﻿/* ==========================================================================
   CSS | ILM                                       
   Author: Matt O'Neill, Codehouse Group Ltd
   ========================================================================== */

/* --------------------------
RTE Duplicates
-------------------------- */

@import url(//fonts.googleapis.com/css?family=Roboto:400,700,300);

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden], .hidden { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: 'Roboto', sans-serif; }
html.ie7 { width: 1600px; }
html, button, input, select, textarea { }
html.no-scroll, body.no-scroll { overflow: hidden; }
body { margin: 0; font-size: 13px; line-height: 1.4; color: #555; min-width: 960px; }
h1, h2, h3, h4 { line-height: 1em; font-weight: normal; font-family: 'Arial'; }
h2, h3, h4 { margin: 0; padding: 0; }
h1 { color: #1e1e1e; font-size: 30px; }
p { margin: 0; padding: 0; line-height: 1.15em; font-family: Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.ie7 a { color: expression(this.parentNode.currentStyle['color']); }
/*IE 7 hack for link color*/
a:visited /*{color: #9f2c94; }*/
a:hover { }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, ul { list-style: none; list-style-image: none; margin: 0; padding: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* Correct overflow not hidden in IE9 */
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input[type="text"] { outline: none; border: 1px solid #cbcbcb; color: #555; }
input[type="text"]:focus { border: 1px solid #333333; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author: Matt O'Neill | Codehouse Group Ltd
   ========================================================================== */

/* ====================================
   Global
   ==================================== */
.wrapper { width: 960px; margin: 0 auto; height: inherit; }
.content-left { width: 225px; float: left; margin-left: 4px; position: relative; }
.content-right { width: 710px; float: right; position: relative; margin-right: 10px; }
.content h1 { margin-bottom: 20px; float: left; }

/* Background */
.background-container { clear: both; display: block; overflow: hidden; position: relative; width: 100%; border-bottom: 1px solid #cbcbcb; padding-bottom: 30px; background: url(/images/ILM%20Website/sprites/nav-sprite.png) left top repeat-x; }
#background { position: absolute; left: 50%; margin-left: -732px; z-index: -1000; margin-top: 128px; }

/* ------------------------------------
   Buttons
   ------------------------------------ */
.cta { padding: 9px 12px; text-shadow: none !important; margin-right: 2px; line-height: 1em; }
.logout { margin-top: 15px; padding: 9px 12px; }

/* ====================================
   Site-header
   ==================================== */
#header { z-index: 100; position: relative; }
.site-header { width: 100%; height: 176px; background: #fff; border-bottom: 1px solid #cbcbcb; float: left; z-index: 102; position: relative; }
.site-header h2 { float: left; width: 800px; }
.site-header h2 a { color: #000; font-size: 20px; font-family: 'Roboto', sans-serif; }
.site-header .logo { height: 100px; float: left; margin-right: 41px; border: none; }
.site-header .logo a img { border: none; }
/* Oldie fix for img border inside anchor */
.site-header .mid-content { float: left; width: 809px; height: 30px; padding: 10px 0; margin-top: 14px; margin-bottom: 22px; }
.oldie .site-header .mid-content { width: 805px; }
.site-header .my-profile-tab-container { width: 100%; display: block; height: 30px; }
.site-header .my-profile-tab { font-size: 11px; float: right; display: block; cursor: pointer; font-family: "Arial"; }
.site-header .my-profile-tab span.left { background: url(/images/ILM%20Website/sprites/myprofile-sprite.png) 0px -29px; width: 3px; height: 29px; display: block; float: left; }
.site-header .my-profile-tab span.mid { background: url(/images/ILM%20Website/sprites/myprofile-sprite.png) 0px 0px; height: 21px; min-width: 72px; padding: 4px 10px 4px 12px; display: block; float: left; }
.site-header .my-profile-tab span.right { background: url(/images/ILM%20Website/sprites/myprofile-sprite.png) 0px -58px; width: 5px; height: 29px; display: block; float: left; }
.site-header .my-profile-tab span.profile-icon { background: url(/images/ILM%20Website/myprofile-icon.png) no-repeat; display: block; width: 17px; height: 16px; float: left; }
.site-header .my-profile-tab span.profile-label { margin-top: 2px; margin-left: 3px; float: left; display: block; }
.site-header .my-profile-tab span.profile-label.different-user { padding-left: 5px; }
.site-header .my-profile-tab span.profile-label.different-user input { outline: none; padding: 2px 5px; background: #ececec; border: 1px solid #cbcbcb; position: relative; bottom: 3px; }
.my-profile .content-left { width: 200px; float: left; margin-left: 0px; position: relative; }
.my-profile .content-right { width: 710px; float: right; position: relative; margin-right: 10px; }

/* Dropdown widget 3d */
.site-header .mid-content .dropdown-widget { height: 33px; width: 225px; border: none; margin-top: 2px; }
.site-header .mid-content .dropdown-widget select { height: 33px; width: 225px; font-family: 'Roboto', sans-serif; }
.site-header .mid-content .dropdown-widget .styled-dropdown { background: url(/images/ILM%20Website/header-dropdown.png) no-repeat; width: 166px; height: 27px; padding: 0 15px; padding-top: 7px; font-size: 14px; }
.site-header .secondary-nav { width: 500px; float: right; margin-top: 12px; font-size: 11px; font-family: "Arial"; }
.site-header .secondary-nav ul { float: right; }
.site-header .secondary-nav li { float: left; text-align: right; background: url("/images/ILM%20Website/secondary-nav-icon.png") no-repeat scroll left center transparent; margin-left: 20px; padding-left: 18px; }

/* My Profile Exception */
.my-profile .selector-widget { margin-bottom: 0px; }
.white-mask { display: none; position: absolute; top: 251px; left: 0; background: url("/images/ILM%20Website/sprites/white-pixel-80.png"); z-index: 200; width: 100%; }

/* -------------------------
   Custom Form Validation
   ------------------------- */
.custom-validator .field { }
.custom-validator .fieldset { display: block; float: left; }
.custom-validator .field.error input { color: #d11; border: 1px solid #d11; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
.custom-validator .field.error input[type="password"] { color: #d11; border: 1px solid #d11; outline: none; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
.custom-validator .field.error input[type="password"]:focus { border: 1px solid #d11; outline: none; }
.custom-validator .field input { -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }

/* Error messsages */
.custom-validator .field .error-message { display: none; padding-left: 9px; color: #d11; }

/* required postcode */
.required-postcode { }
.required-postcode.error { }
.required-postcode.error .error-message { display: none; padding-left: 9px; color: #d11; margin-top: 6px; float: left; }
.required-postcode.error input { color: #d11; border: 1px solid #d11; }

/* Navigation switch mode */
#switch.minimised-header { display: none; }
#mode-switcher.header-mode { height: 48px; }
#mode-switcher.header-mode > .wrapper * { display: none; }
#mode-switcher.header-mode .minimised-header { display: block; margin-right: 15px; }
#mode-switcher.header-mode .logo { height: 40px; }
#mode-switcher.header-mode .logo a { display: block; }
#mode-switcher.header-mode .logo img { display: block; }
.header-mode .logo img { width: 56px; height: 40px; }
.header-mode .minimised-header { height: 44px; margin-top: 4px; }
.header-mode #switch.minimised-header { display: block; }
.header-mode span.minimised-header { background: url(/images/ILM%20Website/navi-down-arrow.png) no-repeat center left; padding-left: 15px; display: block; line-height: 47px; float: left; cursor: pointer; margin-top: 3px; margin-bottom: 1px; }
.header-mode span.minimised-header:hover { color: #77216f; }

/* ------------------------------------
   Site-footer
   ------------------------------------ */
.site-footer { background: #ececec url(/images/ILM%20Website/sprites/site-footer.png) repeat-x; width: 100%; position: relative; float: left; text-shadow: 0px 1px 0px #ffffff; }
.site-footer .quarter { display: block; width: 100%; float: left; margin-top: 20px; }
.site-footer .quarter h3 { font-size: 16px; margin-bottom: 5px; }
.site-footer .quarter article { width: 25%; float: left; font-size: 13px; }
.site-footer .quarter article a:hover { color: #77216f; text-decoration: none; }
.site-footer .bottom-links { margin: 20px 0 60px; display: block; float: left; width: 850px; padding-right: 110px; position: relative; }
.site-footer .bottom-links li { display: block; float: left; font-size: 12px; border-left: 1px solid #7e7e7e; padding: 0 5px; }
.site-footer .bottom-links li:first-child { border: 0px; padding-left: 0; }
.site-footer .bottom-links li.footer-logo { width: auto; right: 0; position: absolute; border-left: none; top: -200%; }
.site-footer .bottom-links li.footer-logo a { display: block; }
.site-footer .bottom-links li.footer-logo img { height: auto; border: none; }

/* ------------------------------------
   Primary Nav
   ------------------------------------ */
.primary-nav { width: 960px; display: block; position: relative; font-weight: bold; float: left; }
.ie9 .primary-nav { bottom: 1px; }
.primary-nav > ul { height: 40px; display: block; position: relative; width: 751px; position: relative; top: 0; float: left; background: #fff; z-index: 103; }
.primary-nav > ul li { font-size: 14px; float: left; height: 40px; border-right: 1px solid #cbcbcb; display: block; line-height: 36px; padding: 0 25px; }
.primary-nav > ul li:first-child { border-left: 1px solid #cbcbcb; }
.primary-nav > ul li.active:first-child { padding-left: 0; margin-left: 5px; }
.primary-nav > ul li.active { border: none; margin-right: -15px; color: #fff; margin-top: 1px; }
.primary-nav > ul li.active a { color: #fff; /*text-shadow: 0px 2px 0px #5e1958;*/ }
.primary-nav > ul li.active .left { background: url(/images/ILM%20Website/sprites/3d-rectangle.png) 0px -40px no-repeat; height: 40px; width: 5px; display: block; margin-left: -5px; float: left; }
.primary-nav > ul li.active .middle { background: url(/images/ILM%20Website/sprites/3d-rectangle.png) no-repeat; height: 40px; min-width: 10px; display: block; float: left; max-width: 291px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 20px; line-height: 2.45em; }
.primary-nav > ul li.active .right { background: url(/images/ILM%20Website/sprites/3d-rectangle.png) -13px -40px no-repeat; height: 40px; min-width: 10px; display: block; float: left; }
.primary-nav .search { background: #ececec; border: 1px solid #cbcbcb; margin-top: 0px; border-bottom: none; width: 198px; height: 39px; float: right; }
.primary-nav .search .search-button-go { border: none; background: url(/images/ILM%20Website/magnify.png) center no-repeat #ececec; float: left; display: block; width: 40px; height: 39px; cursor: pointer; }
.primary-nav .search input[type="text"] { font-size: 14px; font-family: "Arial"; border: none; width: 138px; background: #ececec; float: left; margin-top: 10px; padding-left: 18px; font-style: italic; }
.mobile-user .primary-nav .search input[type="text"] { width: 132px; }
.oldie .primary-nav .search input[type="text"] { }
.oldie .primary-nav .search .search-button-go { z-index: 50; }

/* ------------------------------------
   Mega Dropdown
   ------------------------------------ */
.mega-dropdown { display: none; background: #fff; width: 628px; height: 246px; border: 1px solid #cbcbcb; border-top: 1px solid #cbcbcb; top: 40px; position: absolute; z-index: 102; padding: 30px 36px 36px 38px; }
.mega-dropdown .second-level > article { left: 38px; top: 30px; position: absolute; display: block; display: block; float: left; }
.mega-dropdown h3 { font-size: 26px; }
.mega-dropdown .page-description { font-size: 15px; margin-top: 10px; float: left; }
.mega-dropdown .nav-content { width: 445px; float: left; }
.mega-dropdown .nav-right-rail { margin-left: 30px; width: 153px; float: left; }
.mega-dropdown ul { width: 432px; height: 150px; float: left; margin-top: 21px; }
.mega-dropdown ul > li { width: 216px; margin-bottom: 7px; float: left; color: #77216f; padding: 0; }
.mega-dropdown ul > li ul { width: auto; height: auto; margin-top: 7px; padding: 0; }
.mega-dropdown ul > li ul li { font-size: 12px; background: url("/images/ILM Website/navi-bullets.png") left no-repeat; padding-left: 10px; }

/* Mega-dropdown widgets */
.mega-dropdown .widgets { margin: 0px 5px 12px 0px; width: 153px; height: 117px; }
.mega-dropdown .widgets h2, .mega-dropdown .widgets h3 { margin-bottom: 7px; font-size: 12px; float: left; width: 130px; }
.mega-dropdown .widgets .inner-content a { font-size: 14px; cursor: pointer; font-family: 'Roboto', sans-serif; }
.mega-dropdown .widgets img { position: absolute; z-index: 1; width: 153px; height: 117px; }
.mega-dropdown .widgets .inner-content { padding: 12px; z-index: 2; position: relative; height: 93px; line-height: 1.25em; color: #fff; font-size: 10px; }
.mega-dropdown .widgets .inner-content p { font-family: 'Arial'; }
.mega-dropdown .widgets .inner-content .cta { background: #ececec; border: 1px solid #cbcbcb; padding: 6px 12px 7px 12px; color: #5f5f5f; font-size: 12px; position: absolute; left: 12px; bottom: 12px; line-height: 8px; }
.mega-dropdown .widgets .inner-content .cta a { font-size: 12px; }
.mega-dropdown .widgets .inner-content .cta a:hover { color: #77216f; text-decoration: none; }
.mega-dropdown .widgets .inner-content .widget-forms { color: #555; }
.mega-dropdown .widgets .inner-content .widget-forms input[type="text"] { text-indent: 12px; height: 19px; width: 159px; border: 1px solid #cbcbcb; float: left; margin-top: 7px; }
.mega-dropdown .widgets .inner-content .widget-forms .cta { float: right; position: relative; left: auto; bottom: auto; line-height: 8px; width: 16px; margin-top: 7px; margin-left: 5px; font-size: 12px; }
/* If inside the widget form*/
.mega-dropdown .widget-forms .dropdown-widget-forms { text-indent: 6px; width: 211px; height: 21px; overflow: hidden; float: left; display: block; border: 1px solid #cbcbcb; margin-top: 7px; border-right: none; background: #fff; }
.mega-dropdown .widget-forms .dropdown-widget-forms select { color: #555555; width: 211px; height: inherit; }
.mega-dropdown .widget-forms .dropdown-widget-forms span { display: block; width: 206px; height: 20px; padding: 3px 0 0 5px; color: #555555; background: url(/images/ILM%20Website/flat-dropdown.png) right no-repeat #fff; }

/* Case study widget */
.mega-dropdown .image-segment img { position: absolute; }
.mega-dropdown .image-segment .info-box h2 { line-height: 1em; }
.mega-dropdown .image-segment .info-box { font-size: 10px; color: #fff; float: left; width: 133px; min-height: 21px; background: url(/images/ILM%20Website/sprites/pixel60.png); padding: 7px 10px 1px 10px; position: relative; z-index: 2; }
.mega-dropdown .image-segment .info-box .text { padding-top: 0px; display: none; height: 90px; width: 133px; float: left; }
.mega-dropdown .image-segment .info-box .text a { text-decoration: underline; cursor: pointer; }
.mega-dropdown .image-segment .widget-link { width: 153px; height: 117px; float: left; position: absolute; }

/* ------------------------------------
   Main
   ------------------------------------ */
.main .wrapper { position: relative; }
.breadcrumb { margin-top: 5px; margin-bottom: 12px; height: 13px; }
.breadcrumb li { font-family: 'Arial'; display: inline; padding-right: 12px; background: url(/images/ILM%20Website/path-arrow.png) no-repeat right; color: #77216f; margin-right: 6px; }
.breadcrumb li:last-child { background: none; }
.breadcrumb li.active { color: #555; background: none; }
.breadcrumb li.active a { cursor: default; }
.breadcrumb a { font-size: 11px; }
.title-subheadings { margin: -10px 0 15px; }
/* ------------------------------------
   Standard Content
   ------------------------------------ */
/* Left Rail */
.left-rail { width: 240px; float: left; }

/* mid-content */
.mid-content { width: 480px; background: #fff; float: left; }
.mid-content a { color: #77216f; }
.mid-content p { line-height: 1.4; margin-bottom: 10px; }
.mid-content h1 { font-size: 29px; margin: 0; margin-top: -4px; margin-bottom: 19px; padding-top: 0; padding-bottom: 0; }
.mid-content h2, .mid-content h3 { color: #1e1e1e; margin-bottom: 9px; }
.mid-content h2 { font-size: 22px; }
.mid-content h3 { font-size: 18px; }
.mid-content h3 { margin-top: 10px; clear: left; }
.mid-content .quote-paragraph { float: right; margin-bottom: 0px; }
.mid-content .quote { width: 240px; float: left; font-size: 1.8em; line-height: 1.1em; padding: 3px 0 10px 0; }
.mid-content .text { display: block; float: left; width: 190px; line-height: 27px; }
.mid-content #quote-before { background: url(/images/ILM%20Website/quotes.png); width: 34px; height: 24px; display: block; float: left; margin-right: 5px; }
.mid-content #quote-after { background: url(/images/ILM%20Website/quotes.png) 32px; width: 30px; height: 20px; display: inline-block; margin-left: 5px; }
.mid-content .quote-paragraph ul { list-style-image: url("/images/ILM Website/bullets.png"); padding-left: 15px; margin-bottom: 4px; }
.mid-content .quote-paragraph ul li { padding-left: 4px; margin-top: 7px; }
.mid-content .quote-paragraph ul ul { list-style-image: url("/images/ILM Website/bullets-nested.png"); padding-left: 45px; }
.mid-content .quote-paragraph ul ul li { padding-left: 5px; margin-top: 8px; }
.mid-content .quote-paragraph ol { padding-left: 20px; list-style-type: decimal; color: #c2c2c2; }
.mid-content .quote-paragraph ol li { padding-left: 0px; margin-top: 8px; }
.mid-content .quote-paragraph ol li p { color: #555; margin: 0; padding: 0; }
.mid-content .rte ul { list-style-image: url("/images/ILM Website/bullets.png"); padding-left: 15px; margin-bottom: 20px; }
.mid-content .rte ul li { padding-left: 4px; margin-top: 7px; }
.mid-content .banner-image { width: 100%; }
.mid-content img { margin-bottom: 5px; }
.mid-content .left-image { float: left; margin-right: 10px; }
.mid-content .image-paragraph { margin-bottom: 10px; display: block; position: relative; }
.mid-content .info-box h2 { color: #fff; }
.mid-content .rte .cta { display: inline-block; }

.mid-content .youtube-snippet { position: relative; float: left; display: block; margin-bottom: 10px; }
.oldie .mid-content .youtube-snippet { margin-bottom: 5px; }

.mid-content .youtube-snippet .title { display: none; background: url(/images/ILM%20Website/sprites/pixel60.png); width: 100%; position: absolute; }
.mid-content .youtube-snippet .title h3 { padding: 0 10px; color: #fff; line-height: 1.2em; font-size: 1.5em; }

.full-width .youtube-snippet { position: relative; float: left; display: block; margin-bottom: 10px; z-index: 0; }

.youtube-wrapper { position: relative; float: left; }
.youtube-wrapper .title { display: none; background: url(/images/ILM%20Website/sprites/pixel60.png); width: 100%; position: absolute; z-index: 1; }
.youtube-wrapper .title h3 { padding: 5px 10px; color: #fff; line-height: 1.8em; font-size: 1.5em; }

.mid-content .related-stories { margin-bottom: 20px; margin-top: 20px; }
.mid-content .related-stories article { width: 115px; margin: 0 0px -4px 5px; float: left; }
.mid-content .related-stories article .business-segment { max-height: 85px; margin-bottom: 6px; }
.mid-content .related-stories article:first-child { margin-left: 0px; }
.mid-content .related-stories article:hover { color: #77216f; cursor: pointer; }
.mid-content .related-stories article img { -moz-opacity: .1; filter: alpha(opacity=10); opacity: .1; }
.oldie .mid-content .related-stories article img { width: 112px; height: 81px; }
/*.mid-content .related-stories article img:hover { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; } */

.right-rail .related-stories { border: 1px solid #ccc; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }
.right-rail .related-stories > * { margin-top: 10px; margin-left: 10px; width: 180px; }
.right-rail .related-stories h3 { color: #000; font-size: 22px; margin-bottom: 0; padding-bottom: 0; }
.right-rail .related-stories article { border-top: 1px solid #ccc; color: #77216f; padding: 10px 0; }
.right-rail .related-stories article:first-child { border-top: none; }

.video-container { width: 477px; height: 295px; display: block; margin: 10px 0; position: relative; background: url(/images/ILM%20Website/sprites/pixel60.png); }
.video-container video { position: absolute; width: 100%; height: 100%; }
.video-container .info-box { background: url(/images/ILM%20Website//sprites/pixel60.png); padding: 7px 10px; position: relative; color: #fff; }
.play-icon { background: url(/images/ILM%20Website/play-icon.png) no-repeat; position: relative; top: 60px; left: 188px; width: 90px; height: 90px; cursor: pointer; display: block; }
.play-icon:hover { background: url(/images/ILM%20Website/play-icon.png)-90px no-repeat; }

/* Right Rail */
.right-rail { width: 200px; float: right; }

/* =====================================
   Page Specific
   ===================================== */

/* -------------------------------------
   Filters
   ------------------------------------- */
.filter > * { margin-right: 20px; margin-bottom: 10px; }
.filter input[type="text"] { height: 28px; width: 160px; float: left; padding: 1px 10px; margin-right: 10px; }
.filter .title { font-weight: bold; float: left; line-height: 2.8em; }
.filter .cta { padding: 8px 12px 8px 12px; float: left; margin-top: -10px; margin-bottom: 0; }
#insight .filter .text-widget { float: left; }
.ie8 .wrapper .filter .text-widget input[type="text"] { padding-top: 7px; height: 22px; }
.filter .dropdown-widget { background: none; height: 31px; border: 1px solid #ccc; }
.filter .dropdown-widget .styled-dropdown { width: 185px; height: 26px; padding: 5px 0 0 5px; color: #555555; background: url(/images/ILM%20Website/flat-dropdown-lrg.png) right no-repeat #fff; }
#pnlPostAnItem.filter > * { margin-right: 10px; }
#pnlPostAnItem.filter .cta { margin-top: 0px; }


/* Events filter */
.filter.events-filter { display: block; position: relative; }
.filter.events-filter .title { margin-top: 20px; }
.filter.events-filter .filter { float: left; height: 55px; width: 173px; margin-right: 0; }
.filter.events-filter .filter-title { float: left; display: block; width: 100%; margin-bottom: 5px; }
.filter.events-filter .dropdown-widget { background: none; height: 31px; width: 150px; border: 1px solid #ccc; }
.filter.events-filter .dropdown-widget select { width: 151px; }
.filter.events-filter .dropdown-widget .styled-dropdown { text-indent: 5px; width: 150px; height: 26px; padding: 5px 0 0 1px; color: #555555; background: url(/images/ILM%20Website/flat-dropdown-lrg.png) right no-repeat #fff; }
.filter.events-filter .cta { position: absolute; bottom: 10px; right: 66px; }
.filter.events-filter .cta-text { position: absolute; bottom: 0; right: 59px; }
.filter.events-filter .textbox input[type="text"] { width: 150px; }

/* -------------------------------------
   SL6: Insight Module
   ------------------------------------- */
/* Insight Modules */
#insight #background { margin-top: 100px; }

#insight .modules .container::selection { background: transparent; }
#insight .modules .container::-moz-selection { background: transparent; }
#insight .modules { height: 900px; margin-bottom: 25px; position: relative; }
#insight .modules .module { border: 1px solid #cbcbcb; width: 958px; margin-bottom: 25px; background: #fff; overflow: hidden; }
#insight .modules .module header { height: 79px; border-bottom: 1px solid #cbcbcb; position: relative; }
#insight .modules .toggle-collapse { position: absolute; right: 15px; top: 10px; background: url(/images/ILM%20Website/sprites/toggle-collapse.png) 16px; width: 16px; height: 16px; cursor: pointer; }
#insight .modules .toggle-collapse.to-reset { background: url(/images/ILM%20Website/sprites/toggle-collapse.png); }
#insight .modules .logo { margin: 10px 0 0 10px; float: left; }
#insight .modules h2 { margin: 30px 0 0 15px; float: left; /*font-family: 'ZineSlabDisOT';*/ font-size: 22px; }

/* Module inner content */
#insight .modules .container { width: 958px; height: 366px; position: relative; overflow: hidden; }
#insight .modules .content { height: 359px; position: relative; font-family: 'Roboto', sans-serif; width: 100000px; margin-left: -650px; }
#insight .modules .content .columns { float: left; width: 757px; height: 359px; }
#insight .modules .content .slide { width: 757px; float: left; margin-top: 12px; margin-left: 3px; overflow: hidden; }
#insight .modules .content .article-image { float: left; position: relative; width: 440px; height: 330px; }
#insight .modules .content .article-image .title h3 { font-size: 36px; letter-spacing: 1px; font-family: 'Avenir Light', sans-serif; background: url(/images/ILM%20Website/sprites/pixel60.png); display: block; position: absolute; top: 0; left: 0; color: #fff; padding: 7px 7px 4px 7px; }
#insight .modules .content .article-image .description { display: block; position: absolute; bottom: 0; left: 0; font-size: 1.8em; height: 80px; color: #fff; padding: 10px; width: 420px; }
#insight .modules .content ul { width: 275px; height: 344px; float: left; margin-left: 10px; font-size: 18px; background: none; }
#insight .modules .content li { border-top: 1px solid #cbcbcb; padding: 10px 0 0px 0; margin-bottom: 10px; background: none!important; }
#insight .modules .content li:first-child { border-top: none; padding-top: 0; }
#insight .modules .content li h3 { font-size: 26px; font-family: 'Avenir Heavy', sans-serif; letter-spacing: 1px; text-shadow: #666 2px 1px 1px; color: #fff; background: #a6a6a6; padding: 4px 5px 6px 5px; margin-bottom: 5px; height: 23px; display: block; float: left; }
#insight .modules .content li span { display: block; clear: left; font-family: 'Avenir Heavy', sans-serif; font-size: 28px; line-height: 28px; }
#insight .modules .overlay.left { width: 100px; background: url(/images/ILM%20Website/sprites/pixel60-white.png); display: block; height: 100%; position: absolute; top: 0; left: 0; z-index: 5; border-right: 1px solid #cbcbcb; }
#insight .modules .overlay.right { width: 100px; background: url(/images/ILM%20Website/sprites/pixel60-white.png); display: block; height: 100%; position: absolute; top: 0; right: 0; z-index: 5; border-left: 1px solid #cbcbcb; }
#insight .modules .controls { display: none; }
#insight .modules .left-arrow { background: url(/images/ILM%20Website/sprites/insight-nav-arrow.png) center no-repeat #000; width: 40px; height: 40px; position: absolute; top: 43%; right: 0; cursor: pointer; -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; }
#insight .modules .right-arrow { background: url(/images/ILM%20Website/sprites/insight-nav-arrow.png) center no-repeat #000; width: 40px; height: 40px; position: absolute; top: 43%; left: 0; cursor: pointer; }
#insight .modules .bottom-shadow { background: url(/images/ILM%20Website/insight-container-shadow.png); width: 100%; height: 15px; display: block; position: absolute; }
#insight .controls-disabled-mask { z-index: 10; display: none; width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 0; }
#insight .modules .no-results { padding: 20px; font-size: 20px; }
#insight article .comments { background: url("/images/ILM%20Website/comments-icon.png") no-repeat scroll 0 0 transparent; color: #555555; display: inline-block; font-size: 12px; left: 10px; margin-top: 15px; position: relative; font-family: Arial; line-height: 17px; }


/* Insight Social Icons */
#insight .insight-social { position: absolute; right: 15px; bottom: 20px; }
#insight .rss { background: url(/images/ILM%20Website/sprites/insight-socials.png); width: 20px; height: 20px; display: block; float: left; margin-right: 8px; display: none; }
#insight .twitter { background: url(/images/ILM%20Website/sprites/insight-socials.png) -21px; float: left; width: 112px; height: 17px; display: block; color: #fff; text-align: right; padding-right: 5px; padding-top: 3px; font-size: .88em; }

/* -------------------------------------
   SL5: Insight Article
   ------------------------------------- */
.insight-article { background: #fff; border: 1px solid #ccc; padding: 12px 15px 15px 15px; }
.insight-article.blog { background: none; border: none; padding: 0px; }
.insight-article h1 { color: #d06c1b; font-size: 2em; }
.insight-article h2 { color: #000; margin: 15px 0 7px 0; }
.insight-article h3 { color: #777; font-size: 1.4em; letter-spacing: -1px; font-weight: lighter; line-height: 1.1em; margin-bottom: 15px; }
.insight-article h4 { font-size: 12px; font-weight: bold; margin-bottom: 2px; line-height: 1em; margin-top: -1px; }
.insight-article span.post-date { font-size: 11px; font-weight: normal; color: #555; }
.insight-article .rte { margin-top: 5px; }
.insight-article img { float: left; margin: 0 15px 15px 0; }
.insight-article p { margin: 5px 0; line-height: 1.4em; }

/* -------------------------------------
   SL7: Blog - Discussions Article
   ------------------------------------- */

.blog-article { background: none; border: none; padding: 0px; }
.blog-article h1 { color: #d06c1b; letter-spacing: -1px; font-size: 2em; margin-top: 0; margin-bottom: 20px; }
.blog-article h2 { color: #000; margin: 15px 0 7px 0; }
.blog-article h3 { color: #777; font-size: 1.4em; letter-spacing: -1px; font-weight: lighter; line-height: 1.1em; margin-bottom: 15px; }
.blog-article img { float: left; margin: 0 15px 15px 0; }
.blog-article p { margin: 5px 0; line-height: 1.4em; }
.blog-article h4 { font-weight: bold; color: #000; font-size: 12px; }
.blog-article h4 a { color: #77216f; }
.blog-article span.post-date,
.comments-list span.post-date { font-size: 11px; font-weight: normal; color: #555; display: block; margin-top: 6px; }
.comments-list span.post-date { margin-top: 2px; }

/* -------------------------------------
   Learning and Development landing page
   ------------------------------------- */
.wide-content-left { width: 755px; float: left; }
.wide-content-left h1 { margin: -2px 0 20px 0; }
.wide-content-right { width: 720px; float: right; }
.wide-content-right h1 { margin: 0 0 20px 0; }
.wide-content-right h2 { margin: 5px 0 15px 0; color: #1e1e1e; }
.wide-content-right p { margin: 0 0 15px 0; }
.wide-content-left .insight-article h1 { margin-top: 0; margin-bottom: 17px; }
.wide-content-left a { color: #77216f; }

/*roundabout*/
section.carousel-landd, ul.roundaboutTempHolder, ul.roundaboutTempHolder * { display: none; }
section.carousel-landd { background: #fff; padding: 10px; position: relative; }
section.carousel-landd h2 { color: #77216f; }
section.carousel-landd #onward-link { position: absolute; top: 10px; right: 10px; }
section.full-width .roundabout-holder { list-style: none; min-height: 200px; width: 82%; position: relative; left: 5px; margin: 15px auto; font-size: 1em; margin-top: 40px; z-index: 0; }
section.full-width li.roundabout-moveable-item { height: 12.95em; width: 280px; cursor: pointer; overflow: hidden; border-bottom: 1px solid #cbcbcb; box-shadow: 0 0 8px rgba(80, 80, 80, 0.7); margin: 0; padding: 0; background: none; }
section.full-width .roundabout-moveable-item div.slide-head { height: 10px; background: #ca005d; border: 1px solid #9f0049; }
section.full-width .roundabout-moveable-item div.slide-body { border: 1px solid #cbcbcb; border-top: 0px; border-bottom: 0px; padding: 0.2em 0.8em; height: 12em; background-color: #fff; }
section.full-width .roundabout-moveable-item div.slide-body li { vertical-align: top; background-position: 1px 8px; line-height: 1.5em; margin-bottom: 3px; }
section.full-width .roundabout-moveable-item h3 { line-height: 1.4em; font-size: 1.3em; padding: 0 0 0.2em 0; }
html.ie7 section.full-width .roundabout-moveable-item h3 { font-size: 1.4em; }
section.full-width .roundabout-moveable-item ul { font-family: arial; font-size: 1em; }
section.full-width .roundabout-moveable-item ul li { line-height: 1.8em; background-position: 0 center; }
section.full-width .roundabout-in-focus { cursor: auto; }

/*roundabout navigation*/
section.full-width ul.roundabout-nav { width: 260px; margin: 0 auto; }
section.full-width ul.roundabout-nav li { cursor: pointer; float: left; background: url(/images/ILM%20Website/move.gif) no-repeat 0 0; display: block; width: 16px; height: 16px; color: #fff; font-size: 0.01em; }
section.full-width ul.roundabout-nav li.ra-move-right { float: right; background-position: 0 -15px; }

/* roundabout filters*/
div.roundabout-filters { clear: both; padding-top: 15px; }
div.roundabout-filters div.roundabout-filterLabel { float: left; height: 29px; margin: 6px 10px 0 0; }
div.roundabout-filters div.dropdown-widget-forms { float: left; height: 29px; margin: 0 10px 6px 0; width: 240px; font-family: arial; position: relative; border: 1px solid #ccc; }
div.roundabout-filters div.dropdown-widget-forms span, div.roundabout-filters div.dropdown-widget-forms select { width: 240px; height: 29px; font-family: arial; }
div.roundabout-filters div.dropdown-widget-forms span { background: url("/images/ILM%20Website/select-large.gif") no-repeat scroll right center #FFFFFF; padding: 4px 0 0 5px; width: 235px; height: 25px; }
div.roundabout-filters .cta { float: left; margin-top: 0; position: relative; background: none repeat scroll 0 0 #ECECEC; border: 1px solid #CBCBCB; cursor: pointer; }

/* SL4 grid */
section.full-width { float: left; width: 753px; /*margin-top: 15px;*/ background: #ffffff; border: 1px solid #ccc; }
/*section.half-width {background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );}*/
section.left { float: left; width: 373px; }
section.right { float: right; width: 373px; }
section.half-width, section.full-width { margin-bottom: 5px; }

.half-width.right .community-out { padding-left: 10px; padding-top: 10px; width: 363px; position: relative; left: -2px; }

.learning-development { float: left; width: 752px; }
.learning-development .half-width.left { margin-right: 5px; }
.learning-development .half-width.right { float: right; width: 370px; }
.learning-development section.left { width: 373px; }
.learning-development > div, .learning-development > article { padding: 5px; }
.learning-development .snippet h5 { margin-top: -1px; }
.content-box { background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); border: 1px solid #ccc; }

/* ------------------------------------
   Community-in
   ------------------------------------ */
.listing-template h1 { margin-bottom: 10px; }
.listing-template h4 { font-weight: bold; color: #000; font-size: 12px; }
.listing-template h4 a { color: #77216f; }
.listing-template h4 span.post-date { font-size: 11px; font-weight: normal; margin-left: 10px; color: #555; }
.listing-template .scroll-module-container { border: 1px solid #cbcbcb; padding: 19px 19px 27px 19px; height: 487px; background: #fff; margin-bottom: 15px; }
.listing-template .scroll-module article:first-child { padding-top: 0; }
.listing-template .scroll-module article { border-bottom: 1px solid #cbcbcb; width: 653px; float: left; font-family: "Arial"; line-height: 17px; padding-top: 19px; }
.listing-template .scroll-module article img { border: 1px solid #cbcbcb; display: block; float: left; margin-right: 10px; position: relative; width: 135px; height: 100px; }
.listing-template .scroll-module article iframe { border: 1px solid #cbcbcb; display: block; float: left; margin-right: 10px; position: relative; width: auto; height: auto; }
.listing-template .scroll-module article h2 { font-size: 1.2em; margin-bottom: 10px; margin-top: 0; }
.listing-template .scroll-module article .news-date { margin-bottom: 4px; display: block; }
.listing-template .scroll-module article .social { font-size: 1em; line-height: 2em; font-style: italic; margin: 11px 0 20px 0; width: 210px; float: right; position: relative; display: block; }
.listing-template .scroll-module article .social-icons { float: right; margin-right: 15px; margin-top: 3px; }
.listing-template .scroll-module .cta { float: right; background: #ececec; font-style: normal; font-weight: bold; font-size: 12px; border: 1px solid #cbcbcb; padding: 6px 12px; color: #5f5f5f; margin-right: 0; }
.oldie .listing-template .scroll-module .cta { padding: 6px 12px; }
.listing-template .scroll-module .cta.button { padding: 6px 12px; }
.listing-template .scroll-module .cta.follow { margin-right: 10px; padding: 4.5px 12px 4.5px 12px; }
.ie9 .listing-template .scroll-module .cta.follow { padding: 5px 12px; }
.listing-template .scroll-module .cta.follow input { border: none; background: none; font-weight: bold; color: #5f5f5f; font-family: "Arial"; padding: 0; }
.listing-template .scroll-module .cta.follow a.aspNetDisabled { opacity: 0.3; }
.listing-template .scroll-module .cta.follow input.aspNetDisabled { opacity: 0.3; }
.listing-template .scroll-bar { width: 40px; height: 487px; position: absolute; right: 19px; top: 19px; }
.listing-template .scroll-bar span.top { width: 8px; height: 2px; background: url(/images/ILM%20Website/sprites/scrollbar-sprite.png) -10px 0; display: block; }
.listing-template .scroll-bar span.middle { width: 8px; height: 481px; background: url(/images/ILM%20Website/sprites/scrollbar-sprite.png); display: block; }
.listing-template .scroll-bar span.bottom { width: 9px; height: 2px; background: url(/images/ILM%20Website/sprites/scrollbar-sprite.png) -10px -5px; display: block; }
.comments { background: url(/images/ILM%20Website/comments-icon.png) no-repeat; padding-left: 25px; display: block; margin-top: 5px; font-size: 0.9em; color: #555; }


/* ------------------------------------
   Events in Community
   ------------------------------------ */
.event-top-wrapper { margin-bottom: 15px; }
.events-details-wrapper { border: 1px solid #cbcbcb; padding: 19px; margin-bottom: 15px; background: #fff; }
.events-details-wrapper h2 { margin: 0px 0px 10px 0px; }
.events-details-wrapper ul { margin: 0px 0px 15px 20px; list-style: disc; }

.events-details-wrapper .top-section-left { width: 308px; display: block; padding: 10px; margin-right: 20px; float: left; position: relative; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); border: 1px solid #bbb; }
.events-details-wrapper .top-section-right { width: 330px; float: left; position: relative; }

#event-information th { padding-right: 10px; color: #77216f; text-align: right; white-space: nowrap; }

#event-location { margin-bottom: 20px; }
#event-location > h2 { background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); border: 1px solid #bbb; border-bottom: none; padding: 7px 10px; margin: 0px; }
#event-location #event-map { height: 315px; border: 1px solid #bbb; }
#event-location #event-directions-input { margin-left: 10px; height: 31px; }
#event-location #event-directions { background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); border: 1px solid #bbb; border-top: none; padding: 7px 10px; margin: 0px; }

.events-details-wrapper .event-speaker-wrapper { margin-top: 20px; }
.events-details-wrapper .event-speaker-wrapper > h2,
.events-details-wrapper .event-speaker-wrapper > article { background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); border: 1px solid #bbb; }
.events-details-wrapper .event-speaker-wrapper > h2 { border-bottom: none; padding: 7px 10px; margin: 0px; }
.events-details-wrapper .event-speaker-wrapper > article { padding: 15px 10px; }
.events-details-wrapper .event-speaker-wrapper > article > .image { float: left; margin-right: 15px; }
.events-details-wrapper .event-speaker-wrapper > article > div.description { overflow: hidden; }
.events-details-wrapper .event-speaker-wrapper > article > div.description h2 { font-size: 18px; color: #77216f; }
.events-details-wrapper .event-speaker-wrapper > article > div.description h3 { font-size: 16px; color: #77216f; padding-bottom: 8px; }

.events-details-wrapper .event-schedule { margin-bottom: 15px; }
.events-details-wrapper .event-schedule th { padding-right: 10px; }
.events-details-wrapper .cta { display: inline-block; }
.events-details-wrapper #sharethisevent .stButton { vertical-align: middle; }

.listing-template .filter .title { margin-right: 10px; }
.listing-template .filter .dropdown-widget { width: 163px; height: 33px; border: none; background: url(/images/ILM%20Website/full-dropdown-lrg.gif) right no-repeat #fff; border-left: 1px solid #cbcbcb; }
/*.listing-template .filter .dropdown-widget { width: 161px; background: none; height: 31px; margin-right: 10px; } */
.listing-template .filter .dropdown-widget .dropdown-inner { border: 1px solid #ccc; display: block; padding: 5px 0 0 5px; width: 119px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.listing-template .filter .dropdown-widget select { width: 161px; }
.listing-template .filter .dropdown-widget .styled-dropdown { padding: 6px 0px 10px 10px; width: 152px; height: 15px; color: #555555; background: none; }
/*.listing-template .filter .dropdown-widget .styled-dropdown { padding: 6px 0px 10px 10px;  width: 151px; height: 15px;color:#555555; background: url(/images/ILM%20Website/flat-dropdown-lrg.png) right no-repeat #fff ; }*/
.listing-template .cta { margin-bottom: 11px; padding: 6px 10px 6px 10px; cursor: pointer; }
.oldie .listing-template .cta { margin-bottom: 12px; padding: 5px 10px 6px 10px; margin-left: 5px; }
.oldie .listing-template .filter input[type='text'] { padding-right: 5px; }

.Simple-form-subscription-wrapper .error {background: none repeat scroll 0 0 #ff3333;color: white;font-size: 15px;padding: 10px;margin-bottom: 5px;}

/* ------------------------------------
   Community-Out
   ------------------------------------ */
.community-out { width: 373px; background: #fff; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); background: -webkit-linear-gradient(top, #ffffff, #f3f3f3); background: -moz-linear-gradient(top, #ffffff, #f3f3f3); background: -ms-linear-gradient(top, #ffffff, #f3f3f3); background: -o-linear-gradient(top, #ffffff, #f3f3f3); padding: 0 0px 0 0; border: 1px solid #CBCBCB; float: left; }
.community-out h2 { color: #77216f; margin: 5px 0 8px 0; font-weight: bold; display: block; clear: left; }
.community-out h3 { font-size: 1.192em; color: #1e1e1e; padding: 0; margin-bottom: 5px; line-height: 1.2em; display: inline; }
.community-out img { width: 145px; height: 100px; }
.community-out img, .community-out iframe { padding: 0; margin: 0 10px 0 0; float: left; }
.community-out .vertical-scroll-module-container { width: 350px; margin-bottom: 25px; }
.community-out .horizontal-scroll-module-container { width: 350px; }
.community-out .horizontal-scroll-module-container article { float: left; }
.community-out .scroll-module article { border-bottom: 1px solid #cbcbcb; width: 330px; float: left; padding: 15px 0; }
.community-out .scroll-module article:first-child { padding-top: 0px; }
.community-out .scroll-module article .inner-text { display: block; margin-top: 5px; }
.comments { background: url(/images/ILM%20Website/comments-icon.png) no-repeat; padding-left: 25px; display: inline-block; margin-top: 5px; font-size: 0.9em; color: #555; }

/* Sign up now */
.community-out .sign-up-now .snippet { margin: 0px 0px 15px 0px; }
.community-out .sign-up-now .cta { display: inline-block; padding: 3px 12px; }

/* Member profiles */
.community-out .member-profiles { float: left; }
.community-out .member-profiles .snippet { border-top: 1px solid #cbcbcb; padding-top: 15px; float: left; margin-bottom: 15px; }
.community-out .member-profiles .snippet:first-child { border-top: none; padding-top: 5px; }

/* Membership Levels */
.membership-levels { margin-top: 0px; margin-left: 10px; float: left; height: 200px; width: 343px; }
.slide-title { font-size: 1.1em; font-weight: bold; position: relative; display: block; float: right; text-align: right; padding-right: 10px; width: 345px; }

/* Scroll bar fullsize (Community In) */
#scrollbar1 { width: 700px; height: 487px; clear: both; }
#scrollbar1 .viewport { width: 655px; height: 487px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; margin-right: 14px; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; margin-right: 14px; }
#scrollbar1 .track { background-color: #ececec; height: 100%; width: 5px; position: relative; padding: 0 1px; padding-bottom: 5px; border: 1px solid #cfcfcf; }
#scrollbar1 .thumb .end, #scrollbar1 .thumb { width: 7px; }
#scrollbar1 .thumb { width: 7px; cursor: pointer; position: relative; left: -1px; }
#scrollbar1 .thumb .top { height: 7px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -8px 0; display: block; }
#scrollbar1 .thumb .middle { height: 100%; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png); display: block; }
#scrollbar1 .thumb .handle { height: 12px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -8px -8px; display: block; top: 50%; position: absolute; }
#scrollbar1 .thumb .bottom { height: 7px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -16px 0; display: block; position: absolute; bottom: -9px; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable { display: none; }

/* Scroll bar vertical (latest from community) */
#scrollbar-vertical { width: 360px; height: 595px; clear: both; }
#scrollbar-vertical .viewport { width: 330px; height: 595px; overflow: hidden; position: relative; float: left; margin-bottom: 20px; }
#scrollbar-vertical .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar-vertical .scrollbar { position: relative; float: right; width: 15px; margin-right: 2px; }
#scrollbar-vertical .track { background-color: #ececec; height: 100%; width: 5px; position: relative; padding: 0px 1px 9px 0px; border: 1px solid #cfcfcf; }
#scrollbar-vertical .thumb .end, #scrollbar1 .thumb { width: 7px; }
#scrollbar-vertical .thumb { width: 7px; cursor: pointer; position: relative; left: -1px; }
#scrollbar-vertical .thumb .top { height: 7px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -8px 0; display: block; }
#scrollbar-vertical .thumb .middle { height: 100%; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png); display: block; }
#scrollbar-vertical .thumb .handle { height: 12px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -8px -8px; display: block; top: 50%; position: absolute; }
#scrollbar-vertical .thumb .bottom { height: 7px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -16px 0; display: block; position: absolute; bottom: -9px; }
#scrollbar-vertical .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar-vertical .disable { display: none; }

/* Scroll bar horizontal (Membership level) */
#scrollbar-horizontal { height: 120px; clear: both; }
#scrollbar-horizontal .viewport { height: 135px; width: 343px; overflow: hidden; position: relative; float: left; }
#scrollbar-horizontal .overview { height: 135px; position: absolute; left: 0; top: 0; }
#scrollbar-horizontal .overview article { height: 135px; width: 343px; position: relative; float: left; }
#scrollbar-horizontal .overview article img { float: left; width: 135px; height: 100px; margin-right: 5px; margin-left: 5px; }
#scrollbar-horizontal .overview article .inner-text { width: 200px; }
#scrollbar-horizontal .scrollbar { position: relative; float: right; width: 343px; padding-bottom: 0px; padding-top: 7px; float: left; }
#scrollbar-horizontal .track { background-color: #ececec; height: 1px; position: relative; padding: 0 1px; padding-bottom: 2px; border: 1px solid #cfcfcf; margin-bottom: 10px; }
#scrollbar-horizontal .thumb .end, #scrollbar1 .thumb { width: 7px; }
#scrollbar-horizontal .thumb { cursor: pointer; position: relative; left: -1px; top: -2px; }
#scrollbar-horizontal .thumb .left { width: 7px; height: 7px; background: url(/images/ILM%20Website/sprites/horizontal-slider.png) 0px -8px; display: block; position: absolute; left: -2px; z-index:; }
#scrollbar-horizontal .thumb .middle { width: 100%; height: 7px; background: url(/images/ILM%20Website/sprites/horizontal-slider.png) 0px -16px; display: block; position: absolute; }
#scrollbar-horizontal .thumb .handle { height: 7px; width: 7px; background: url(/images/ILM%20Website/sprites/horizontal-slider.png) -8px -8px; display: block; left: 50%; position: absolute; }
#scrollbar-horizontal .thumb .right { height: 7px; width: 7px; background: url(/images/ILM%20Website/sprites/horizontal-slider.png) 0px 0; display: block; position: absolute; right: -3px; }
#scrollbar-horizontal .thumb .end { overflow: hidden; height: 5px; width: 13px; float: left; }
#scrollbar-horizontal .disable { display: none; }

/* ------------------------------------
   Main
   ------------------------------------ */
/* ----------------------------------------
   Learning and Development Search Results
   ---------------------------------------- */
.search-results { padding: 0; float: left; width: 100%; margin: 0 0 25px 0; }
.search-results h2 { padding: 0 0 12px 0; margin-top: 0px; margin-bottom: 0px; }
.search-results .search-results-filterLabel { padding: 5px 14px 10px 0; float: left; font-weight: bold; }
.search-results div.dropdown-widget-forms { float: left; height: 29px; margin: 0 10px 15px 0; width: 240px; font-family: arial; position: relative; border: 1px solid #CBCBCB; }
.search-results div.dropdown-widget-forms select { width: 240px; height: 29px; }
.search-results div.dropdown-widget-forms span { background: url("/images/ILM%20Website/select-large.gif") no-repeat scroll right center #FFFFFF; padding: 4px 0 0 5px; width: 235px; height: 25px; }
.search-results table.search-results-table { width: 720px; float: left; }
.search-results table.search-results-table tr { background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0); }
.search-results table.search-results-table td, .search-results table.search-results-table th { padding: 5px 0 5px 10px; border: 1px solid #cbcbcb; }
.oldie .search-results table.search-results-table td, .oldie .search-results table.search-results-table th { background: #fbfbfb; }
.ie8 .search-results table.search-results-table td, .ie8 .search-results table.search-results-table tr { background: url(/images/sprite/results-table-bg.jpg) 0 0 repeat-x; }
.ie8 .search-results table.search-results-table th { background: url(/images/sprite/results-table-th-bg.jpg) 0 0 repeat-x; }
.search-results table.search-results-table th { text-align: left; color: #1e1e1e; font-family: 'Roboto', sans-serif; font-size: 1.4em; font-weight: normal; }
.search-results table.search-results-table th span.direction { background: url(/images/ILM%20Website/sprites/collapse-arrow.png) 0 0; text-indent: -1000em; display: block; float: right; width: 15px; height: 16px; margin: 5px 10px 0 0; z-index: 10000; }
.search-results table.search-results-table th span.direction.down { background-position: 15px 0; }
.search-results table.search-results-table .cta { float: left; padding: 4px 15px; }
.search-results table.search-results-table td { }
.search-results table.search-results-table td .cell-inner-container { width: 100%; min-height: 164px; position: relative; }
.search-results table.search-results-table .description { float: left; width: 300px; margin-bottom: 30px; }
.search-results table.search-results-table .services { float: left; width: 150px; }
.search-results table.search-results-table .services ul { list-style-image: url("/images/ILM Website/bullets.png"); margin-left: 25px; }
.search-results table.search-results-table .services ul li { margin-bottom: 4px; }
.search-results table.search-results-table .distance { float: left; margin-bottom: 10px; width: 100%; }
.search-results table.search-results-table .address { float: left; margin-bottom: 10px; width: 100%; }
.search-results table.search-results-table td h4 { color: #77216f; padding: 10px 0 5px 0; font-weight: bold; margin-bottom: 10px; }
.search-results table.search-results-table td div.search-results { float: left; width: 180px; padding: 5px 0 10px 0; }
.search-results table.search-results-table td div.search-results.services { width: 170px; padding: 5px 0 10px 10px; }
.search-results table.search-results-table td div.search-results.profile { width: 140px; padding: 5px 0 10px 0; position: relative; margin-bottom: 0px; }
.search-results table.search-results-table td div.search-results ul { display: block; margin: 0 10px 10px 10px; }
.search-results table.search-results-table td div.search-results ul li { padding: 0 0 5px 15px; background: url("/images/ILM%20Website/bullets.png") no-repeat 0px 7px; }
span.cp-5stars, span.cp-4stars, span.cp-3stars, span.cp-2stars, span.cp-1stars, span.cp-0stars { display: block; height: 14px; width: 105px; background-image: url("/images/ILM%20Website/sprites/ratings.png"); text-indent: -1000em; margin-top: 2px; }
.search-results table.search-results-table tr.view-more { width: 100%; }
.search-results table.search-results-table tr.view-more td { background: #e0e0e0; }
.search-results table.search-results-table tr.view-more td .centre-more-info .cta { padding: 8px 12px;margin-left: 236px;margin-bottom: 10px;}
.distance-width { width: 189px; }
.search-results-table .centre-more-info .image-container { width: 700px; border-bottom: 1px solid #cbcbcb; padding-top: 15px; padding-bottom: 10px; margin-bottom: 15px; float: left; }
.search-results-table .centre-more-info .image-container img { margin-left: 6px; border: 1px solid #cbcbcb; width: 200px; height: 140px; float: left; display: block;; }
.search-results-table .centre-more-info .image-container img:first-child { margin-left: 0; }
.search-results-table .centre-more-info .centre-information { width: 700px; float: left; padding-bottom: 15px; }
.search-results-table .centre-more-info .centre-information .intro-text { width: 220px; float: left; color: #77216f; font-style: italic; margin-right: 10px; }
.search-results-table .centre-more-info .centre-information .long-description { width: 461px; float: left; padding-top: 5px; margin-left: 6px; }
.view-more-trigger { position: absolute; left: 0px; bottom: 0px; cursor: pointer; float: right; margin-right: 10px; background: #77216f; color: #fff; padding: 3px 10px 4px 15px; border: 1px solid #5f1957; }
.view-more-trigger .more .arrow { margin-top: 3px; margin-left: 3px; float: right; width: 20px; height: 15px; display: block; background: url(/images/ILM%20Website/view-more-trigger.png) 0px 0px no-repeat; }
.view-more-trigger .less { display: none; }
.view-more-trigger .less .arrow { margin-top: 2px; margin-left: 3px; float: right; width: 20px; height: 15px; display: block; background: url(/images/ILM%20Website/view-more-trigger.png) -20px 0px no-repeat; }
.view-more { display: none; }

span.cp-5stars { background-position: 0 0; }
span.cp-4stars { background-position: -22px 0; }
span.cp-3stars { background-position: -44px 0; }
span.cp-2stars { background-position: -66px 0; }
span.cp-1stars { background-position: -88px 0; }
span.cp-0stars { background-position: -110px 0; }
.search-results table.search-results-table td p.distance { padding: 10px 0 10px; font-family: 'Roboto', sans-serif; line-height: 1em; margin: 0; }

.collapse-module { clear: both; margin: 0 0 10px 0; }

.collapse-module header { color: #1e1e1e; cursor: pointer; padding-left: 10px; margin-left: -10px; position: relative; border-bottom: 1px solid #cbcbcb; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }
.collapse-module header h3 { line-height: 2em; margin: 0 0 0 0px; }
.collapse-module #map-canvas { width: 700px; height: 398px; display: block; }
.collapse-module th { text-align: left; min-width: 150px; vertical-align: top; padding-top: 10px; position: relative; }
.collapse-module td { width: 530px; padding-top: 10px; }
.collapse-module .details { margin-bottom: 15px; display: none; }
.collapse-module .details .content { margin-top: 10px; display: block; }
.collapse-module .details .tooltip { margin-right: 10px; margin-top: 3px; }
.collapse-module { padding-left: 10px; border: 1px solid #cbcbcb; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }

section.half-width ul li, section.full-width ul li { padding: 0 0 0 15px; background: url("/images/ILM%20Website/bullets.png") no-repeat 0px 9px; }

/* =====================================
   WebForms
   ===================================== */
/* Using web forms for marketers, which is shared with C&G, so rules must be overwritten, not removed from default.css.
      Numerous styles are reset and redeclared constantly
    */

/* -------------------------------------
  Web forms: Global Properties (Generally reset)
   ------------------------------------- */
.scfForm { min-height: 100px; position: relative; float: left; font-size: 12px; }

.scfForm .scfSectionContent { float: left; }
.scfForm .scfSectionContent > div { margin: 5px 0; float: left; margin-left: 60px; }
.scfForm .scfSectionContent label, .scfSectionContent .scfMultipleLineTextLabel { line-height: 32px; width: 100%; cursor: default; color: #555; font-weight: bold; }

.qw-members-join .scfForm .scfSectionContent { float: none; padding: 0 20px 0 60px; }
.qw-members-join .scfForm .scfSectionContent > div { margin: 5px 0; float: none; margin-left: 0; }
.qw-members-join .scfForm .scfSectionContent label, .scfSectionContent .scfMultipleLineTextLabel { line-height: 32px; width: 100%; cursor: default; color: #555; font-weight: bold; display: inline-block; }


.scfForm .scfSectionBorderAsFieldSet { border: 1px solid #cbcbcb; margin: 0; padding: 0; float: left; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }
.scfForm .scfSectionLegend { float: left; font-size: 1.2em; width: 755px; border-bottom: 1px solid #cbcbcb; margin: 0; padding: 0; text-indent: 7px; line-height: 2.5em; }
.scfForm .scfSectionLegend span.direction { background: url(/images/ILM%20Website/sprites/collapse-arrow.png) 0 0; text-indent: -1000em; display: block; float: right; width: 15px; height: 16px; margin: 10px 10px 0 0; }
.scfForm .scfSectionLegend span.direction.down { background-position: 15px 0; }
.scfForm .scfSectionLegend { background: #fff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }

.oldie .my-profile input[type="password"] { text-indent: 20px; }

.qw-members-join .scfSectionContent > div:before,
.qw-members-join .scfSectionContent > div:after {
    content: ' ';
    display: table;
}

.qw-members-join .scfSectionContent > div:after {
    clear: both;
}

/* Progress Indicator */

.form-steps { display: none; }
/* Hide data source */
.form-progress { float: right; margin-bottom: 10px; margin-right: -2px; }
.form-progress .completion-level { float: left; font-weight: bold; line-height: 42px; margin-right: 10px; }
.form-progress .completion-level .title { }
.form-progress .completion-level .percentage { }
.form-progress-bar { position: relative; height: 35px; line-height: 35px; padding: 3px; padding-right: 1px; border: 1px solid #ccc; width: 300px; float: right; }
.form-progress-bar span { height: 35px; margin-right: 2px; float: left; background: #eee; }
.form-progress-bar span.active { background: #a454a8; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0NTRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzIxNmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #a454a8 0%, #77216f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a454a8), color-stop(100%,#77216f)); background: -webkit-linear-gradient(top, #a454a8 0%,#77216f 100%); background: -o-linear-gradient(top, #a454a8 0%,#77216f 100%); background: -ms-linear-gradient(top, #a454a8 0%,#77216f 100%); background: linear-gradient(to bottom, #a454a8 0%,#77216f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a454a8', endColorstr='#77216f',GradientType=0 ); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -moz-background-clip: padding; -webkit-background-clip: padding-box; }

/* -------------------------------------
  Web forms: My profile
   ------------------------------------- */
/*.oldie .my-profile input { line-height: 2.3em;  }*/
.oldie .my-profile input { line-height: 1.1em; }
/* My profile Generic Global */
.my-profile .forms { padding: 10px; float: left; width: 100%; /*min-height: 352px;*/ }
.my-profile .scfForm { border: none; background: none; }
.my-profile .scfForm .scfSectionBorderAsFieldSet { border: none; }
.my-profile .scfForm .scfSectionContent, .my-profile .scfForm { display: block; }
.my-profile .scfForm .scfIntroBorder { padding: 5px 0; display: none; }
.my-profile .scfForm input[type="password"], .my-profile .scfForm input[type="password"]:focus { outline: none; border: 1px solid #cbcbcb; }

/* My profile Radio Button */
.my-profile .scfForm .scfSectionContent > div { margin-left: 0; border-top: 1px solid #e9e9e9; padding-top: 10px; }
.my-profile .scfForm .scfSectionBorder { float: left; }
.my-profile .scfForm .scfRadioButtonListGeneralPanel { }
.my-profile .scfForm .scfRadioButtonListLabel { }
/*Left hand column labels */
.my-profile .scfForm .scfRadioButtonListGeneralPanel tr { float: left; width: 480px; }
.my-profile .scfForm .scfRadioButtonListGeneralPanel td { float: left; width: 480px; height: 25px; }
.my-profile .scfForm .scfRadioButtonListGeneralPanel td input { float: left; margin-top: 3px; }
.my-profile .scfForm .scfRadioButtonListGeneralPanel label { float: left; width: 450px; margin-left: 10px; line-height: 20px; }
.my-profile .scfForm .scfRadioButtonListLabel { padding: 3px; }

/* My profile Radio Button */
.my-profile .scfForm .scfMultipleLineGeneralPanel { width: 100%; }
.my-profile .scfForm .scfMultipleLineGeneralPanel .scfValidator { display: block; margin-left: 10px; width: 300px; float: left; }
/* Validation for multiline*/
.my-profile .scfForm .scfMultipleLineGeneralPanel textarea { float: left; width: 400px; }

/* My profile File Upload */
.my-profile .scfForm .scfFileUploadBorder { margin-right: 10px; margin-bottom: 10px; width: 226px; float: left; display: inline; clear: none; }
.my-profile .scfForm .scfFileUploadBorder img { margin-top: 10px; max-width: 200px; height: 140px; }
.my-profile .scfForm .scfFileUploadBorder .scfError { position: static; }
.oldie .my-profile .scfForm .scfFileUpload { line-height: 1em; width: 180px; }
.ie9 .my-profile .scfForm .scfFileUpload { line-height: 1em; width: 180px; }
/* My profile Email */
.my-profile .scfForm .scfEmailTextBox { width: 100%; }

/* error */
.my-profile .scfForm .scfError { position: absolute; bottom: 5px; width: 500px; }

/* My profile Validation Summary */
.my-profile .scfForm .scfValidationSummary { }
.my-profile .scfForm .scfSubmitSummary { margin-left: 0; padding-left: 20px; display: none; }

/* My profile CTA */
.my-profile .scfForm input[type="submit"] { border: 1px solid #cbcbcb; background: #ececec; padding: 5px 12px; position: relative; display: block; float: left; cursor: pointer; }
/*.ie8 .my-profile .scfForm input[type="submit"] { padding: 0px 12px; }
.ie8 .my-profile .content-left .cta.logout { padding: 1px 12px; }
.ie8 .my-profile .content-left .active .middle { height: 10px; }*/


.my-profile .scfForm .scfSectionBorderAsFieldSet { background: none; }
.my-profile .scfForm .scfCheckBoxListGeneralPanel { height: auto; }
.my-profile .scfForm .scfCheckBoxListGeneralPanel td label { margin-right: 10px; }

/* -------------------------------------
  Web forms: Memebership Update
   ------------------------------------- */
.oldie .forms.membership-update .scfSubmitButtonBorder input { line-height: 1.3em; }

/* -------------------------------------
  Web forms: Forgotten Password
   ------------------------------------- */
.login .scfForm { border: none!important; padding: 0; }
.login .scfForm h1 { font-size: 1.4em; margin-bottom: 5px; margin-top: 0; line-height: 1em; font-family: 'Roboto', sans-serif; color: #555; }
.login .scfForm .scfSectionBorderAsFieldSet { border: none!important; width: 450px; height: 142px; float: left; }
.login .scfForm .scfSectionContent { width: 450px; position: relative; }
.login .scfForm .scfSectionContent div { float: left; width: 200px; margin-left: 0; clear: none; margin: 0; position: relative; }
.login .scfForm .scfSectionContent input { width: 180px; margin: 0; }
.login .scfForm .scfSectionContent label { width: 180px; margin: 0; line-height: 1.8em; }

/* submit summary */
.login .scfForm .scfSubmitSummary { padding: 0px; padding-left: 58px; background: none; color: #d11!important; }
/* Login CTA */
.login .scfForm input[type="submit"] { margin-top: 0px; border: 1px solid #cbcbcb; background: #ececec; padding: 9px 12px; position: relative; display: block; float: left; cursor: pointer; }
.login .scfForm .scfValidatorRequired { position: absolute; left: 0; bottom: -18px; }

/* -------------------------------------
   Web forms: In page forms
   ------------------------------------- */
.scfForm h1 { margin: 0; }
/* Web forms custom single line text fields */
.scfForm .scfSingleLineTextBox, .scfForm .scfTelephoneTextBox { width: 500px; height: 30px; padding: 0px 10px; position: relative; }

.scfForm .scfSingleLineGeneralPanel { width: 500px; position: relative; }

/* Web forms custom drop downs */
.scfForm div.scfDropListGeneralPanel { float: left; width: 500px; display: block; height: 40px; position: relative; }
.scfForm div.scfDropListGeneralPanel select { width: 500px; font-family: arial; height: 29px; cursor: pointer; }
.scfForm div.scfDropListGeneralPanel .styled-dropdown { background: url("/images/ILM%20Website/select-large.gif") no-repeat scroll right center #FFFFFF; padding: 4px 0 0 10px; width: 489px; height: 25px; border: 1px solid #ccc; }
.scfForm div.scfDropListGeneralPanel .scfValidatorRequired { position: absolute; bottom: -10px; }

/* Web forms custom checkboxes */
.scfForm .scfSectionContent .scfCheckboxBorder { position: relative; width: 500px; margin-top: 20px; margin-bottom: 0px; float: left; display: block; }
/* has a margin top because no title*/
.scfForm span.scfCheckbox label { font-weight: normal; display: block; float: left; padding: 0 0 0 40px; min-width: 100px; }
.scfForm span.scfCheckbox { display: block; float: left; width: 31px; height: 31px; margin-bottom: 10px; }
.scfForm span.scfCheckbox input { height: 31px; width: 31px; }
.scfForm span.scfCheckbox span { background: #ececec; border: 1px solid #cbcbcb; width: 29px; height: 29px; display: block; float: left; }
.scfForm span.scfCheckbox span.checked { background: #77216f; border-color: #5e1958; }

/* Web forms custom checkbox LIST */
.scfForm .scfSectionContent .scfCheckBoxListBorder { margin-top: 15px; margin-bottom: 0px; }
.scfForm .scfSectionContent .scfCheckBoxListLabel { float: left; width: 100%; font-weight: bold; }
.qw-members-join .scfForm .scfSectionContent .scfCheckBoxListLabel { float: none; }
.scfForm .scfSectionContent .scfCheckBoxListGeneralPanel { position: relative; width: auto; margin-top: 10px; margin-bottom: 0px; float: left; display: block; }
/* has a margin top because no title*/
.scfForm .scfSectionContent .scfCheckBoxListGeneralPanel label { font-weight: normal; display: block; float: left; clear: both; padding: 0 0 0 40px; width: auto; }
.scfForm .scfCheckBoxListGeneralPanel { display: block; float: left; width: 31px; height: 31px; margin-bottom: 10px; }
.scfForm .scfCheckBoxListGeneralPanel td { position: relative; }
.scfForm .scfCheckBoxListGeneralPanel input { height: 31px; width: 31px; position: absolute; left: 1px; }
.scfForm .scfCheckBoxListGeneralPanel table span { background: #ececec; border: 1px solid #cbcbcb; width: 29px; height: 29px; display: block; float: left; }
.scfForm .scfCheckBoxListGeneralPanel table span.checked { background: #77216f; border-color: #5e1958; }
.scfForm .scfCheckBoxListGeneralPanel table span.focus { border: 1px solid #333333; }

.scfForm .scfSectionContent .scfCheckBoxListBorder .scfTooltip { margin-top: 21px; }

/* WFFM checkboxlist styling override*/
.scfForm .at-register-checklist .scfCheckBoxListGeneralPanel { height: auto; }
.scfForm .scfSectionContent .at-register-checklist { float: left; margin-top: 15px; margin-bottom: 0px; width: 100%; }
.scfForm .scfSectionContent .at-register-checklist .scfTooltip { margin-top: 21px; }


/* WFFM File Upload */
.scfForm input[type="file"] { width: auto; }

/* Web forms date picker */
.scfDatePickerGeneralPanel { width: 500px; float: left; display: block; height: 30px; }
.scfDatePickerGeneralPanel input { height: 30px; width: 500px; text-indent: 10px; }
.scfDatePickerGeneralPanel .ui-icon-datepicker { display: none!important; }
.ui-widget-header { background: #77216f!important; }
.ui-datepicker-title { color: #fff; }
.ui-datepicker-calendar tr th span { color: #5e1958!important; }
.ui-datepicker-next { background-color: #fff; background-image: url("/images/ILM Website/sprites/date-picker-controls.png"); }
.ui-datepicker-next-hover.ui-state-hover { cursor: pointer; background-color: #fff!important; background-image: url("/images/ILM Website/sprites/date-picker-controls.png"); }
.ui-datepicker-prev { background: #fff url("/images/ILM Website/sprites/date-picker-controls.png") -18px 0px; }
.ui-datepicker-prev-hover.ui-state-hover { cursor: pointer; background: #fff url("/images/ILM Website/sprites/date-picker-controls.png") -18px 0px; }
.scfDatePickerGeneralPanel .scfInvalid { color: #d11; }

/* Web forms Custom email */
.scfForm .scfEmailGeneralPanel { width: 500px; float: left; display: block; }
.scfForm .scfEmailGeneralPanel input { height: 30px; text-indent: 10px; }
.qw-members-join .scfForm .scfEmailGeneralPanel input { width: 100%; }

/* Web forms password email */
.scfForm .scfPasswordGeneralPanel { width: 500px; float: left; display: block; }
.scfForm .scfPasswordGeneralPanel input { height: 30px; }

/* Web forms password confirm email */
.scfForm .scfConfirmPasswordBorder { width: 100%; float: left; margin-top: 10px; }
.scfForm .scfConfirmPasswordGeneralPanel { width: 500px; float: left; display: block; }
.scfForm .scfConfirmPasswordGeneralPanel input { height: 30px; }

/* Web forms custom radio buttons */
.scfForm .scfRadioButtonListBorder { line-height: 1em; }
.scfForm .scfRadioButtonListBorder label { width: 200px; }

/* Web forms custom submit button */
.scfForm .scfSubmitButtonBorder { }
.scfForm .scfSubmitButtonBorder input { color: #555; width: 100%; border: 1px solid #cbcbcb; background: #ececec; padding: 5px 12px; position: relative; display: block; float: left; cursor: pointer; }
.scfForm .scfSubmitButtonBorder input:focus { border: 1px solid #333333; }

/* Web forms multiline general textbox */
.scfForm .scfMultilineGeneralPanel { width: 500px; float: left; }
.scfForm .scfMultilineGeneralPanel textarea { width: 500px; }

/* Web forms multiline general textbox */
.scfForm .scfMultipleLineGeneralPanel { width: 500px; float: left; }
.scfForm .scfMultipleLineGeneralPanel textarea { width: 500px; }

/* Web forms date selector dropdowns standard */
.scfForm .scfDateSelectorBorder { width: 100%; }
.scfForm .scfDateSelectorLabel { width: 100%; font-weight: bold; }
.scfForm .scfDateSelectorGeneralPanel { }
.scfForm .scfDateSelectorGeneralPanel > label { float: left; width: 120px; margin-right: 20px; }
.scfForm .scfDateSelectorGeneralPanel > select { float: left; width: 120px; margin-right: 20px; }
.scfForm .scfDateSelectorGeneralPanel .custom-date-dropdown { float: left; width: 120px; margin-right: 20px; display: block; }
.scfForm .scfDateSelectorGeneralPanel .dropdown-widget { background: url(/images/ILM%20Website/dropdowns.png) right no-repeat white; }
.scfForm .scfDateSelectorGeneralPanel .dropdown-widget select { width: 120px; }
.scfForm .scfDateSelectorGeneralPanel .dropdown-widget .styled-dropdown { width: 114px; }

/* Custom javascript helper assisted controls */
.scfForm .controls { width: 500px; position: relative; float: left; margin-left: 60px; margin-top: 20px; }
.scfForm .controls .cta { width: 80%; text-align: center; cursor: pointer; }
.scfForm .left-col { width: 50%; display: block; float: left; height: 40px; position: relative; }
.scfForm .right-col { width: 50%; display: block; float: right; height: 40px; position: relative; }
.scfForm .right-col > span { float: right; }

.qw-members-join .scfForm .right-col { width: auto; display: block; float: none; height: auto; position: static; }
.qw-members-join .scfForm .right-col > span { float: none; }

/* Load state */
.scfForm .controls { display: none; }

/* Required Fields */
.scfRequired { visibility: hidden; }
.scfValidatorRequired { float: left!important; color: #d11!important; }

/* Invalid Field Class */
.scfInvalid { border: 1px solid #d11!important; }

/* submit summary */
.scfSubmitSummary { padding: 10px; padding-left: 58px; background: none; color: #d11!important; }

/* Date picker */
.ui-widget-content { }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #aaaaaa; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* validation summary */
.scfValidationSummary { display: none; color: #d11!important; }
.scfValidationSummary li { list-style: none; line-height: 1.7em; }

/* validation summary */
.scfForm .next-button, .scfForm .previous-button { padding: 5px 12px; width: 80%; float: left; }

/* Custom Tooltips (Useful info)  */
.scfForm .scfSectionContent .scfTooltip.scfTooltip-enabled { float: left; margin-left: 13px; }

.scfForm .scfTooltip { display: block; float: left; background: url(/images/ILM%20Website/icon-info.gif) no-repeat; padding: 0 0 0 20px; }
.scfForm .scfTooltip p { line-height: 1.4em; }
.scfForm .scfTooltip b { display: block; padding: 0 0 5px 0; clear: both; }

.scfForm .scfTooltip-enabled { padding: 0; display: block; width: 11px; height: 11px; background: url(/images/ILM%20Website/icon-info.gif) no-repeat #77216f; border: 1px solid #5e1958; float: right; cursor: pointer; position: relative; margin-top: 9px; }
.scfForm .scfTooltip-enabled span { display: block; width: 1px; height: 1px; text-indent: -1000em; position: relative; overflow: hidden; }
.scfForm .scfTooltip-enabled .scfTooltip-balloon { background: url(/images/ILM%20Website/tooltip-window.gif) no-repeat bottom right; left: 5px; padding: 0 0 0 15px; position: absolute; text-indent: 0; top: -9px; width: 200px; display: none; z-index: 15; }
.scfForm .scfTooltip-enabled.show .scfTooltip-balloon { display: block; }
.scfForm .scfTooltip-enabled .scfTooltip-balloon-inner { background: url(/images/ILM%20Website/tooltip-window.gif) no-repeat top right; margin-bottom: 10px; padding: 10px 10px 0 20px; }

/* Custom date dropdowns */
.scfForm .date-dropdowns { }
.scfForm .date-dropdowns > div.dropdown-widget { width: 120px; margin-right: 20px; background: url(/images/ILM%20Website/dropdowns.png) right no-repeat white; }
.scfForm .date-dropdowns > div.dropdown-widget select { width: 120px; }
.scfForm .date-dropdowns > div.dropdown-widget select.scfInvalid { border: 1px solid #811; }
.scfForm .date-day, .scfForm .date-month, .scfForm .date-year { display: none; }


/* Form footer */
.scfFooterBorder { display: block; clear: both; width: 100%; }
.scfForm .scfFooterBorder p { padding: 10px; float: left; }

/* Form introduction */
.scfForm .scfIntroBorder p { padding: 10px; float: left; }

/* Form heading */
.scfForm > h1 { padding: 0 10px; float: left; }


/* Disabled form fields (converted to labels styling */
.scfForm .scfSectionContent > div.disable input { background: none; border: none; font-weight: bold; padding-left: 0; font-size: 1.1em; }

/* Global Web Forms IE7 Conditionals */
.oldie .scfForm .scfSectionContent > div > label { width: 500px!important; display: block; position: relative; float: left; }
.oldie .scfForm .scfSectionContent .scfSingleLineGeneralPanel input { line-height: 30px; }
/* -------------------------------------
   Qualification results 
   ------------------------------------- */
#qual-results h1, #qual-results h2, #qual-results h3 { color: #1e1e1e; margin-bottom: 10px; }
#qual-results h2 { margin: 10px 0; clear: left; }
#qual-results h3 { line-height: 1em; margin: 0 0 12px 0; }
#qual-results .c-level { line-height: 0.9em; display: block; margin-bottom: 21px; }
#qual-results .cta { margin-right: 10px; margin-bottom: 21px; }
#qual-results .description { padding: 10px 0; }
#qual-results .description span { width: 580px; display: block; float: left; }
#qual-results .description img { float: right; margin-right: 10px; }

/* -------------------------------------
  Course Page
   ------------------------------------- */
.course-details { display: block; float: left; background: #fff; border: 1px solid #cbcbcb; position: relative; width: 752px; }
.course-details h1 { font-size: 1.8em; margin-top: 18px; margin-bottom: 16px; }
.course-details h2 { margin: 10px 0 14px; float: left; display: block; width: 100%; }
.course-details h3 { font-size: 1.19em; font-weight: bold; display: inline-block; margin-bottom: 9px; }
.course-details h4 { font-weight: bold; margin-bottom: 5px; line-height: 1em; display: block; }
.course-details .course-summary ul { margin: 5px 0; margin-left: 20px; text-indent: 7px; }
.course-details ul li { line-height: 1.8em; list-style-image: url("/images/ILM Website/bullets.png"); }
.course-details .columns-50 { float: left; }
.course-details .columns-50 article { width: 328px; float: left; margin-left: 10px; border: 1px solid #ccc; padding: 13px 15px 15px 14px; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }
.ie9 .course-details .columns-50 article { min-height: 216px; }
.oldie .course-details .columns-50 article { min-height: 217px; }
.course-details .columns-50 article:first-child { margin-left: 0; }
.course-details .columns-50 article h3 { font-size: 1.4em; margin-bottom: 11px; margin-left: 14px; }
.course-details .columns-50 article b { color: #77216f; }
.course-details .columns-50 article ul { padding-left: 15px; }
.course-details .key-skills { display: block; border: 1px solid #cbcbcb; background: #77216f; color: #fff; float: left; width: 697px; padding: 13px 15px 15px 14px; margin: 15px 0; margin-left: 12px; }
.course-details .key-skills h3 { font-size: 1.4em; margin-bottom: 11px; margin-left: 14px; }
.course-details .key-skills p { line-height: 1.4em; margin-bottom: 4px; margin-left: 14px; }
.course-details .key-skills ul { padding-left: 25px; width: 300px; margin-bottom: 4px; }
.course-details .key-skills > ul:first-of-type { width: 343px; }
.course-details .key-skills ul li { }
.course-details .filter { padding-top: 10px; }
.course-details .cta { display: block; background: #ECECEC; border: 1px solid #CBCBCB; float: left; padding: 5px 10px; margin-bottom: 13px; }
.course-details .qmd-wrapper { margin-left: 2px; float: left; }
.course-details .qmd-description { display: block; float: left; margin-bottom: 11px; margin-left: 10px; width: 718px; }
.course-details .qmd-description ul { margin-left: 30px; }
.course-details .information-for-centres .details .cta { margin-top: 10px; }
.course-details .core-information { margin-left: 10px; }
.course-details .details-module {
    width: 717px;
    margin-left: 12px;
    float: left;
}
    .course-details .details-module .details .downloads {
        margin-top: 10px;
    }
    .course-details .details-module .details .cta {
        margin: 10px 0;
    }

/* Reusable widget */
.course-details .widgets.tools-segment { background: none; border: 1px solid #cbcbcb; width: 727px; margin-left: 12px; margin-bottom: 12px; float: left; }
.course-details .widgets.tools-segment header { text-indent: 10px; position: relative; border-bottom: 1px solid #cbcbcb; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }
.course-details .widgets.tools-segment .content { padding: 10px; }
.course-details .widgets.tools-segment .summary { margin-bottom: 10px; }
.course-details .widgets.tools-segment h3 { line-height: 2em; margin-bottom: 0px; display: block; }
.course-details .widgets.tools-segment div.dropdown-widget-forms { height: 29px; margin: 0 10px 6px 0; width: 215px; font-family: arial; position: relative; border: 1px solid #cbcbcb; float: left; }
.course-details .widgets.tools-segment div.dropdown-widget-forms.error { border: 1px solid red; color: red; }
.course-details .widgets.tools-segment div.dropdown-widget-forms select { width: 215px; font-family: arial; height: 29px; }
.course-details .widgets.tools-segment div.dropdown-widget-forms span { background: url("/images/ILM%20Website/select-large.gif") no-repeat scroll right center #FFFFFF; padding: 4px 0 0 10px; width: 205px; height: 25px; }
.course-details .widgets.tools-segment input[type="text"] { height: 27px; width: 180px; float: left; text-indent: 9px; }
.ie9 .course-details .widgets.tools-segment input[type="text"] { padding-left: 9px; }
.oldie .course-details .widgets.tools-segment input[type="text"] { height: 22px; padding: 6px 0 0 10px; }
.ie9 .course-details .widgets.tools-segment input[type="text"] { padding-left: 9px; }
.course-details .content .cta { margin: 0px 0px 0px 10px; padding: 8px 12px 8px 12px; }
.course-details .information-for-centres .details { float: left; margin-top: 10px; }
.course-details .information-for-centres .details .cta { margin: 10px 0px 0px 0px; }
.course-details .details tbody { border-bottom: 1px solid #cbcbcb; }
.course-details .details tbody td.end-description { padding-bottom: 11px; }
.course-details .information-for-centres .update-panel { position: relative; }
.course-details .information-for-centres .update-panel .error-message { color: #d11; position: absolute; top: 16px; left: 250px; }


.required-postcode .error-message { display: none; }
.required-postcode.error .error-message { display: block; }

/* ------------------------------------
    Pagination Controls
   ------------------------------------ */
.pagination-controls { float: left; width: 100%; height: 40px; font-family: arial; color: #000; font-weight: bold; line-height: 2.5em; }
.pagination-controls .show-items { float: left; }
.pagination-controls .go-to { float: left; }
.pagination-controls input[type="submit"] { border: none; }
.pagination-controls .right { float: right; min-width: 415px; }
.pagination-controls .label { float: left; display: block; margin-right: 7px; }
.pagination-controls div.dropdown { height: 29px; margin: 0 10px 6px 0; width: 58px; position: relative; border: 1px solid #cbcbcb; float: left; line-height: 1.75em; }
.pagination-controls div.dropdown select { width: 58px; height: 29px; position: absolute; left: 0; top: 0; }
.pagination-controls div.dropdown span { background: url("/images/ILM%20Website/white-dropdown.png") no-repeat scroll right center #FFFFFF; padding: 4px 0 0 10px; width: 48px; height: 25px; }
.pagination-controls .display { display: block; float: left; margin-right: 8px; margin-left: 20px; }
.pagination-controls .prev { background: url(/images/ILM%20Website/sprites/prev-next.png); width: 31px; height: 31px; display: block; float: left; margin-right: 1px; }
.pagination-controls .next { background: url(/images/ILM%20Website/sprites/prev-next.png) -31px 0px; width: 31px; height: 31px; display: block; float: left; }
.pagination-controls .prev.aspNetDisabled { background: url(/images/ILM%20Website/sprites/prev-next.png) -62px; }
.pagination-controls .next.aspNetDisabled { background: url(/images/ILM%20Website/sprites/prev-next.png) -93px; }

.pagination-controls div.dropdown { width: 58px; height: 23px; position: relative; overflow: hidden; float: left; display: block; margin-top: 7px; border: none; background: /*url(../img/flat-dropdown.png) right no-repeat*/ #fff; }
.pagination-controls div.dropdown select { color: #555555; width: 58px; height: 23px; }
.pagination-controls div.dropdown .styled-dropdown { display: block; width: 58px; height: 23px; padding: 0; color: #555555; background: url("/images/ILM%20Website/white-dropdown.png") right no-repeat #fff; }
.pagination-controls div.dropdown .styled-dropdown .dropdown-inner { border: 1px solid #cbcbcb; width: 45px; display: block; text-indent: 6px; height: 20px; padding-top: 3px; border-right: none; }

/* ------------------------------------
   My Profile (header section)
   ------------------------------------ */
.my-profile { display: none; padding-top: 30px; width: 960px; }

/* ------------------------------------------
   Guides and Resources
   ------------------------------------------ */
.guides-resources { }
.guides-resources .tabberItem.forms { width: 733px; }
.guides-resources .forms .search-area { margin-top: 15px; float: left; border-bottom: 1px solid #cbcbcb; padding-bottom: 10px; margin-bottom: 10px; width: 732px; }
.guides-resources .forms .segment { width: 100%; }
.guides-resources .forms .segment input[type="text"] { width: 370px; float: right; }
.guides-resources .forms .segment .dropdown-widget { width: 390px; float: right; }
.guides-resources .forms .segment .dropdown-widget .styled-dropdown { background: #fff; width: 350px; }
.guides-resources .forms .segment .dropdown-widget select { width: 390px; float: right; }
.guides-resources .forms .search-area .cta { float: right; margin-top: 10px; }
.guides-resources .forms .search-area .segment.search label { float: left; width: 106px; }
.guides-resources .forms .search-area .segment.search .search-input { float: left; width: 450px; }
.guides-resources .forms .search-area .segment.search .cta { float: left; margin-top: 0; margin-left: 10px; padding: 6px 31px; cursor: pointer; }
.guides-resources .forms .search-area .checkbox-filter { margin-left: 106px; }

.guides-resources .forms .search-area .checkbox-filter .segment { float: left; width: 200px; }
.guides-resources .forms .search-area .checkbox-filter .tooltip { float: left; }
.guides-resources .forms .filter { float: left; width: 732px; }
.oldie .guides-resources .forms .filter label { letter-spacing: 0px; margin-right: 0px; }
.guides-resources .forms .filter .dropdown-widget { margin-right: 0; margin-left: 35px; }
.guides-resources .forms .filter .dropdown-widget, .guides-resources .forms .filter .dropdown-widget * { width: 164px; }
.guides-resources .forms .filter .dropdown-widget .styled-dropdown { width: 160px; }
.guides-resources .guides-results { float: left; width: 729px; border: 1px solid #cbcbcb; }
.guides-resources .guides-results header { font-size: 1.1em; font-weight: bold; color: #1e1e1e; float: left; width: 729px; cursor: pointer; position: relative; border-bottom: 1px solid #cbcbcb; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }
.guides-resources .guides-results header > div { height: 30px; line-height: 30px; float: left; border-left: 1px solid #cbcbcb; padding-left: 5px; position: relative; }
.guides-resources .guides-results header > div:first-child { border-left: none; }
.guides-resources .guides-results ul.details { width: 705px; }
.guides-resources .guides-results ul.details div { /*height: 30px;*/ line-height: 20px; float: left; /*padding-left: 6px;*/ padding: 10px 0 0px 6px; position: relative; }
.guides-resources .guides-results ul.details div:first-child { padding-left: 5px; }
.guides-resources .guides-results ul.details li { float: left; border-bottom: 1px solid #f5f5f5; }

/* column types */
.guides-resources .guides-results div.type { width: 100px; }
.guides-resources .guides-results div.type img { padding: 0px 5px 7px 0px; float: left; border: none; }
.oldie .guides-resources .guides-results div.type img, .ie9 .guides-resources .guides-results div.type img { outline: none; border: none; }
.guides-resources .guides-results div.title { width: 279px; }
.guides-resources .guides-results div.date { width: 100px; }
.guides-resources .guides-results div.resource-type { width: 200px; }

/* Scroll bar vertical (latest from community) */
.guides-resources-scrollbar { width: 729px; height: 230px; clear: both; zoom: 1; }
.guides-resources-scrollbar .viewport { background: #fff; width: 705px; height: 230px; overflow: hidden; position: relative; float: left; margin-bottom: 20px; }
.guides-resources-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; width: 100%; float: left; }
.guides-resources-scrollbar .scrollbar { position: relative; float: right; width: 15px; margin-right: 2px; margin-top: 5px; padding-bottom: 0; }
.guides-resources-scrollbar .track { background-color: #ececec; height: 100%; width: 5px; position: relative; padding: 0 1px; padding-bottom: 5px; border: 1px solid #cfcfcf; }
.guides-resources-scrollbar .thumb .end, .scrollbar1 .thumb { width: 7px; }
.guides-resources-scrollbar .thumb { width: 7px; cursor: pointer; position: relative; left: -1px; }
.guides-resources-scrollbar .thumb .top { height: 7px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -8px 0; display: block; }
.guides-resources-scrollbar .thumb .middle { height: 100%; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png); display: block; }
.guides-resources-scrollbar .thumb .handle { height: 12px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -8px -8px; display: block; top: 50%; position: absolute; }
.guides-resources-scrollbar .thumb .bottom { height: 7px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -16px 0; display: block; position: absolute; bottom: -9px; }
.guides-resources-scrollbar .thumb .end { overflow: hidden; height: 5px; width: 13px; }
.guides-resources-scrollbar .disable { display: none; }

/* ------------------------------------
   Generic Lightbox
   ------------------------------------ */
.lightbox-bg { background: url(/images/ILM%20Website/sprites/pixel40.png); width: 100%; height: 100%; position: fixed; left: 0; top: 0; display: block; z-index: 104; display: none; }
.lightbox { width: 600px; height: 300px; font-size: 1.5em; background: #fff; border: 1px solid #eee; padding: 10px; z-index: 11; position: relative; top: 30%; margin: 0 auto; display: none; }
.lightbox h2 { margin-top: 0; }
.lightbox .close { position: absolute; right: 20px; top: 10px; cursor: pointer; text-decoration: underline; }

/* ------------------------------------------
   Article Comments Lightbox
   ------------------------------------------ */
.comment-lightbox { padding: 10px; float: left; background: #fff; left: 50%; top: 50%; position: fixed; display: block; margin-left: -282px; margin-top: -250px; z-index: 105; width: 564px; }
.comment-lightbox .lightbox-content { float: left; }
.comment-lightbox h3 { font-size: 23px; }
.comment-lightbox .RadEditor, .comment-lightbox .RadEditor > table { height: 250px !important; min-height: 250px !important; }
.comment-lightbox .RadEditor > table .reContentCell { height: 215px!important; }
.comment-lightbox .scfForm { width: 564px; }
.comment-lightbox .scfForm .controls { margin-left: 30px; }
.comment-lightbox .scfForm .scfSectionContent > div { margin-left: 30px; }
.comment-lightbox .scfForm .scfSingleLineTextBox { width: 500px; float: left; }
.comment-lightbox .scfForm .scfMultipleLineGeneralPanel { width: 500px; float: left; }
.comment-lightbox .scfForm .controls { display: block; }
/* Optional */
.lightbox.shadow { -moz-box-shadow: 0px 0px 15px 3px #444; -webkit-box-shadow: 0px 0px 15px 3px #444; box-shadow: 0px 0px 15px 3px #444; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444'); }

/* ------------------------------------
   Buttons
   ------------------------------------ */
.cta { padding: 9px 12px; background: #ececec; border: 1px solid #cbcbcb; }
.submit.cta { margin-top: 15px; }
.button { float: left; }
.logout { margin-top: 15px; padding: 9px 12px; float: left; }

/* ----------------------------------------------
   Forms (different for webforms for marketers)
   ---------------------------------------------- */
.forms { border: 1px solid #cbcbcb; display: block; clear: both; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }
.forms .segment { float: left; display: block; width: 230px; padding-right: 6px; }
.forms .full-width { float: left; display: block; width: 100%; padding-right: 6px; }
.forms label, .forms .label { font-weight: bold; display: block; float: left; line-height: 2.2em; margin-bottom: 5px; }

/*generic text input*/
.forms input[type="text"] { width: 205px; height: 30px; padding: 0px 10px; }
.forms .segment input[type="text"] { width: 205px; margin-bottom: 10px; }
.forms .full-width input[type="text"] { width: 665px; margin-bottom: 10px; }

/*generic select boxes*/
.forms div.dropdown-widget-forms { height: 29px; margin: 0 10px 6px 0; width: 225px; font-family: arial; position: relative; border: 1px solid #cbcbcb; float: left; }
.forms div.dropdown-widget-forms select { width: 225px; font-family: arial; height: 29px; }
.forms div.dropdown-widget-forms span { background: url("/images/ILM%20Website/select-large.gif") no-repeat scroll right center #FFFFFF; padding: 4px 0 0 10px; width: 215px; height: 25px; }
.forms .floatselect label, .forms .floatselect .label, .forms .floatselect div.dropdown-widget-forms { float: left; margin: 0 10px 0 0; }
.forms .floatselect div.dropdown-widget-forms { height: 29px; margin: 0 10px 6px 0; width: 195px; font-family: arial; position: relative; border: 1px solid #cbcbcb; }
.forms .floatselect div.dropdown-widget-forms select { width: 195px; font-family: arial; height: 29px; }
.forms .floatselect div.dropdown-widget-forms span { background: url("/images/ILM%20Website/select-large.gif") no-repeat scroll right center #FFFFFF; padding: 4px 30px 0 10px; width: 155px; height: 25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

/*generic check boxes*/
.forms div.check-widget-forms { position: relative; padding-bottom: 7px; float: left; }
.forms div.check-widget-forms label { font-weight: normal; display: block; float: left; padding: 0 0 0 40px; }
.forms div.check-widget-forms input { display: block; float: left; width: 31px; height: 31px; left: 0px; margin-bottom: 10px; }
.forms div.check-widget-forms span { background: #ececec; left: 0px; border: 1px solid #cbcbcb; width: 29px; height: 29px; display: block; float: left; }
.forms div.check-widget-forms span.checked { background: #77216f; border-color: #5e1958; }

/*search-form specific*/
.forms.search-form { width: 708px; display: block; padding: 10px 0 15px 10px; margin: 0 0 10px 0; float: left; }

/* qualification-finder form specific*/
.qualification-finder .forms .twothirds { width: 488px; float: left; display: block; }
.qualification-finder .forms .twothirds-end { width: 200px; float: left; padding: 0 0 0 10px; }
.qualification-finder .forms .twothirds .floatselect label, .qualification-finder .forms .twothirds .floatselect .label { width: 245px; line-height: 1.3em; margin-top: 5px; }
.qualification-finder ul.tabberNav { width: 718px; }
.qualification-finder.tabberContainer .promotional-segment { display: none; }

/* ------------------------------------------
   qualification-builder form specific
   ------------------------------------------ */

/* Qualification Builder Containing Lightbox */
.qualification-lightbox { width: 960px; overflow: hidden; position: relative; left: 50%; margin-left: -480px; top: 100px; z-index: 10; background: #ffffff; }
.qualification-lightbox.small-screen { overflow-y: scroll; min-height: 500px; height: 500px; top: 30px; }
.oldie .qualification-lightbox.small-screen { overflow-y: scroll; min-height: 500px; height: 500px; top: 30px; background: #ffffff; }
.qualification-lightbox .lightbox-content { float: left; position: relative; }
/* Qualification Builder */
.qual-builder { cursor: pointer; }
.qualification-builder { z-index: 11; background: #fff; float: left; }
.qualification-builder .drag-drop-module *::selection, .qualification-builder .drag-drop-module *::-moz-selection { background: transparent; }
.qualification-builder h2 { margin-bottom: 10px; margin-top: 5px; }
.qualification-builder .section-title { font-weight: bold; margin: 5px 0; width: 950px; display: block; }
.qualification-builder .drag-drop-module { width: 930px; z-index: 12; display: block; }
.qualification-builder.tabberContainer { width: 960px; float: left; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }
.qualification-builder .qualification-qmd-description { float: left; width: 100%; }
.qualification-builder .qualification-qmd-description ul { margin-left: 30px; width: 100%; float: left; margin-bottom: 8px; }
.qualification-builder ul.tabberNav { width: 100%; float: left; display: block; border: 1px solid #CBCBCB; background: #fff; }
.qualification-builder ul.tabberNav li { float: left; display: block; border-right: 1px solid #CBCBCB; padding: 10px; }
.qualification-builder ul.tabberNav li.active { border-bottom: 0px solid #CBCBCB; padding: 0; }
.qualification-builder ul.tabberNav li a { display: block; margin: 0; line-height: 1em; font-weight: normal; font-family: 'Roboto', sans-serif; font-size: 1.38em; color: #77216f; }
.qualification-builder ul.tabberNav li.active a { color: #1e1e1e; background: #fff; padding: 9px 10px 11px 10px; position: relative; bottom: -1px; }
.qualification-builder div.tabberItem.forms { border-top: 0px; padding: 5px 5px 10px 15px; clear: both; width: 940px; min-height: 571px; background: none; }
.oldie .qualification-builder div.tabberItem.forms { }
.qualification-builder .tabberItem h4 { font-size: 1.3em; margin-bottom: 10px; margin-left: 10px; }
.qualification-builder .left-column { width: 442px; display: block; float: left; clear: both; padding-bottom: 0; }
.qualification-builder .left-column .options-wrapper { width: 440px; border: 1px solid #cbcbcb; padding: 10px; height: 372px; }
.qualification-builder .checkboxes { width: 462px; float: left; }
.qualification-builder .checkboxes .title { width: 462px; font-weight: bold; margin-left: 0; margin-bottom: 8px; margin-top: 3px; }
.qualification-builder .checkboxes .segment { width: 100%; }
.qualification-builder .checkboxes .segment .check-widget-forms { margin-bottom: 0; padding-bottom: 4px; }
.qualification-builder .checkboxes .segment .check-widget-forms label { line-height: 1.75em; }
.qualification-builder .checkboxes .segment .check-widget-forms span, .qualification-builder .checkboxes .segment .check-widget-forms input { width: 20px; height: 20px; }

.qualification-builder .checkboxes-selected { display: none; width: 430px; position: absolute; right: 10px; top: 15px; float: left; font-size: 0.8em; }
.qualification-builder .checkboxes-selected .checkboxes-label { width: 100px; font-weight: normal; margin-left: 0; margin-bottom: 8px; margin-top: 3px; float: left; }
.qualification-builder .checkboxes-selected .segment { width: 150px; float: left; }
.qualification-builder .checkboxes-selected .segment .check-widget-forms { margin-bottom: 0; padding-bottom: 4px; }
.qualification-builder .checkboxes-selected .segment .check-widget-forms label { line-height: 1.75em; }
.qualification-builder .checkboxes-selected .segment .check-widget-forms span, .qualification-builder .checkboxes-selected .segment .check-widget-forms input { width: 20px; height: 20px; }

.qualification-builder .right-column { width: 440px; display: block; padding: 10px; padding-top: 0; margin-left: 10px; position: absolute; right: 20px; }
.qualification-builder #products { float: left; width: 500px; margin-right: 2em; }
.qualification-builder .options { z-index: 1001; float: left; width: 400px; }
.qualification-builder .options .group { border-bottom: 1px solid #cbcbcb; float: left; width: 400px; }
.qualification-builder .options header, .qualification-builder .options h4 a { cursor: default; }
.qualification-builder .options ul { background: #fff; padding: 5px; padding-left: 10px; float: left; width: 381px; }
.qualification-builder .options ul li { padding-left: 0; background: #fff; background-image: none; list-style-image: none; cursor: pointer; float: left; width: 373px; height: 20px; }
.qualification-builder .options ul .title { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.qualification-builder .options ul li.ui-draggable-disabled { color: #ccc; cursor: default; }

.qualification-builder .options header { margin: 0; padding-left: 0px; height: 20px; padding-top: 5px; position: relative; border-bottom: 1px solid #cbcbcb; border-top: 1px solid #cbcbcb; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); }
.qualification-builder .options header:first-child { border-top: none; }
.qualification-builder .chosen-options { width: 435px; height: 442px; background: #fff; overflow: hidden; z-index: 13; display: block; float: left; font-size: 1.3em; border: 1px solid #cbcbcb; position: relative; }
.qualification-builder .chosen-options ol { margin: 0; padding: 1em 0 1em 12px; list-style: none; }
.qualification-builder .chosen-options ol li { display: none; float: left; border-bottom: 1px solid #eee; margin-bottom: 5px; margin-left: 10px; cursor: pointer; }
.qualification-builder .chosen-options h4 { font-size: 1.3em; color: #999; position: absolute; top: 185px; left: 30px; }
.qualification-builder .chosen-options h4.top-reset { color: #aaa; position: relative; top: 15px; left: 10px; }
.qualification-builder .chosen-options .ui-droppable { width: 423px; height: 323px; overflow: auto; }
.qualification-builder .chosen-options .none-selected { display: none; color: #ccc; position: absolute; left: 125px; top: 100px; }
.qualification-builder .chosen-options .your-selection { display: none; }
.qualification-builder .ui-droppable { z-index: 1001; }
.qualification-builder .chosen-options .remove { overflow: hidden; z-index: 0; background: #f5f5f5; width: 100%; height: 50px; position: absolute; bottom: 0; border-top: 1px solid #cbcbcb; }
.qualification-builder .chosen-options .remove span { width: 150px; position: absolute; bottom: 0; left: 50%; margin-left: -75px; top: 6px; padding-left: 35px; float: left; background: url(/images/ILM%20Website/remove-icon.png) no-repeat; height: 50px; line-height: 38px; }
.ui-state-highlight { background: #e8e8e8!important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.ui-draggable { background: #fff; z-index: 1000; list-style: none; padding: 0 10px; cursor: move; width: 383px; }
.qualification-builder .clear-all { float: left; width: 170px; margin-right: 15px; text-align: center; }
.ie9 .qualification-builder .clear-all { width: 166px; }
.qualification-builder .back { display: none; margin-right: 15px; }
.qualification-builder .cta { margin-top: 9px; cursor: pointer; background: #77216f; color: #fff; }
.qualification-builder .cta.create-spec { margin-right: 0; }
.qualification-builder .download-spec { display: none; background: url(/images/ILM%20Website/download-spec.png) right no-repeat #77216f; padding-right: 35px; }
.qualification-builder .download-spec-waiting { background: url(/images/ILM%20Website/processing-purple-bg.gif) right no-repeat #77216f; padding-right: 35px; }
.qualification-builder .search-filter { width: 100%; }
.qualification-builder .search { display: block; background: #ececec; border: 1px solid #cbcbcb; margin-top: 0px; width: 400px; height: 32px; float: left; }
.qualification-builder .search .ui-helper-hidden-accessible { display: none; }
.qualification-builder .search .search-button-go { background: url(/images/ILM%20Website/magnify.png) center no-repeat #ececec; float: left; display: block; width: 40px; height: 32px; cursor: pointer; }
.qualification-builder .search input[type="text"] { line-height: 32px; font-size: 14px; font-family: "Arial"; height: 32px; border: none; width: 330px; background: #ececec; float: left; padding-left: 18px; font-style: italic; }
.qualification-builder .filter { width: 100%; display: block; float: left; margin-top: 2px; margin-bottom: 5px; position: relative; padding-top: 0; overflow: hidden; height: 18px; }
.qualification-builder .filter span.legend { display: block; float: left; }
.qualification-builder .filter ul { position: absolute; left: 55px; width: 330px; z-index: 1001; padding: 0px 10px 10px 10px; }
.qualification-builder .filter ul.active { background: #fff; }
.qualification-builder .filter li { float: left; background-image: none; list-style-image: none; text-decoration: underline; margin-right: 10px; cursor: pointer; }
.qualification-builder .tooltip-description { max-width: 250px; zoom: 1; display: none; z-index: 10; position: absolute; top: 20px; left: 60px; border: 1px solid #cbcbcb; background: #fff; padding: 5px; font-size: 0.95em; }
.qualification-builder #doc-stitch { visibility: hidden; display: none; }
.qualification-builder .ui-state-default { border: none!important; background: none!important; color: inherit!important; outline: none!important; text-align: left!important; font-weight: normal!important; }

/* Table headings and divisions */
.qualification-builder .table-headings { margin-bottom: 3px; float: left; }
.qualification-builder .table-headings > span { border-bottom: 1px solid #555; }
.qualification-builder .unit { width: 60px; display: block; float: left; height: 18px; font-size: 13px; line-height: 22px; font-weight: bold; }
.qualification-builder .title { width: 218px; display: block; float: left; margin-left: 10px; }
.oldie .qualification-builder .unit { width: 70px; font-size: 11px; }
.oldie .qualification-builder .title { width: 208px; }
.qualification-builder .credit-value { width: 32px; display: block; float: left; margin-left: 10px; }
.oldie .qualification-builder .credit-value { width: 23px; }
.qualification-builder .glh { width: 32px; display: block; float: left; margin-left: 10px; }
.qualification-builder .description { display: none; float: left; width: 650px; margin-left: 68px; color: #777; font-size: 0.75em; }

.chosen-options .table-headings { margin-left: 10px; margin-bottom: 5px; display: none; }
.chosen-options .unit { height: 23px; }

.qualification-builder .close-qual-builder { position: absolute; right: 20px; top: 10px; cursor: pointer; }
/* Mobile specific */
.mobile-user .qualification-builder .drag-box-text { text-align: center; width: 370px; font-size: 1em; top: 200px; left: 20px; }
.mobile-user .qualification-builder .chosen-options .remove { display: none; }

/* Autocompelte */
.ui-autocomplete { position: absolute; cursor: default; background: #fff; border: 1px solid #cbcbcb; width: 394px; }
* html .ui-autocomplete { width: 1px; z-index: 9999; }
/* without this, the menu expands to 100% in IE6 */
.ui-menu { list-style: none; padding: 2px; margin: 0; display: block; float: left; background-color: #fff; }
.ui-menu .ui-menu { margin-top: -3px; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: .2em .4em; line-height: 1.5; zoom: 1; border-bottom: 1px solid #cbcbcb; }
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; color: #77216f; }

/* Scroll bar vertical (latest from community) */
.scrollbar-qualification-builder { width: 445px; height: 265px; clear: both; zoom: 1; }
.scrollbar-qualification-builder .viewport { border-right: 1px solid #cbcbcb; border-left: 1px solid #cbcbcb; width: 400px; height: 265px; overflow: hidden; position: relative; float: left; border-top: 1px solid #cbcbcb; border-bottom: 1px solid #cbcbcb; }
.scrollbar-qualification-builder .overview { list-style: none; position: absolute; left: 0; top: 0; width: 100%; float: left; }
.scrollbar-qualification-builder .scrollbar { position: relative; float: right; width: 15px; margin-right: 2px; padding-bottom: 0; }
.scrollbar-qualification-builder .track { background-color: #ececec; height: 100%; width: 5px; position: relative; padding: 0 1px; padding-bottom: 5px; border: 1px solid #cfcfcf; }
.scrollbar-qualification-builder .thumb .end, .scrollbar1 .thumb { width: 7px; }
.scrollbar-qualification-builder .thumb { width: 7px; cursor: pointer; position: relative; left: -1px; }
.scrollbar-qualification-builder .thumb .top { height: 7px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -8px 0; display: block; }
.scrollbar-qualification-builder .thumb .middle { height: 100%; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png); display: block; }
.scrollbar-qualification-builder .thumb .handle { height: 12px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -8px -8px; display: block; top: 50%; position: absolute; }
.scrollbar-qualification-builder .thumb .bottom { height: 7px; width: 7px; background: url(/images/ILM%20Website/sprites/vertical-slider.png) -16px 0; display: block; position: absolute; bottom: -9px; }
.scrollbar-qualification-builder .thumb .end { overflow: hidden; height: 5px; width: 13px; }
.scrollbar-qualification-builder .disable { display: none; }

/* Find a training provider form specific*/
.find-a-centre { margin-top: 10px; }
.find-a-centre .forms .thirds { width: 690px; float: left; display: block; }
.find-a-centre .forms .thirds .segment { width: 220px; }
.find-a-centre .forms label { width: 100%; }
.find-a-centre .forms .full-width { margin-bottom: 15px; }
.find-a-centre .forms .full-width .postcode { width: 200px; float: left; margin-left: 10px; }
.ie8 .find-a-centre .forms .full-width .postcode { padding-top: 6px; height: 24px; }
.find-a-centre .forms .show-results .segment { width: 100%; }
.find-a-centre .postcode-code-input { display: none; float: left; margin-bottom: 0; height: 40px; }
.find-a-centre .postcode-code-input input { }
.find-a-centre .full-width .button.cta { margin-top: 15px; }
.find-a-centre ul.tabberNav { width: 718px; }
/*.postcode.geocode-target { text-indent: 7px; }*/

/*tool tips*/
.tooltip { display: block; float: left; background: url(/images/ILM%20Website/icon-info.gif) no-repeat; padding: 0 0 0 20px; }
.tooltip p { line-height: 1.4em; }
.tooltip b { display: block; padding: 0 0 5px 0; clear: both; }

.tooltip-enabled { padding: 0; display: block; width: 11px; height: 11px; background: url(/images/ILM%20Website/icon-info.gif) no-repeat #77216f; border: 1px solid #5e1958; float: right; cursor: pointer; position: relative; margin-top: 9px; margin-right: 9px; }
.tooltip-enabled span { display: block; width: 1px; height: 1px; text-indent: -1000em; position: relative; overflow: hidden; }
.tooltip-enabled .tooltip-balloon { background: url(/images/ILM%20Website/tooltip-window.gif) no-repeat bottom right; left: 5px; padding: 0 0 0 15px; position: absolute; text-indent: 0; top: -9px; width: 200px; display: none; z-index: 15; }
.tooltip-enabled.show .tooltip-balloon { display: block; }
.tooltip-enabled .tooltip-balloon-inner { background: url(/images/ILM%20Website/tooltip-window.gif) no-repeat top right; margin-bottom: 10px; padding: 10px 10px 0 20px; }

/* tabs */
ul.tabberNav { width: 753px; float: left; display: block; border: 1px solid #CBCBCB; background: #fff; }
ul.tabberNav li { float: left; display: block; border-right: 1px solid #CBCBCB; padding: 10px; }
ul.tabberNav li.active { border-bottom: 0px solid #CBCBCB; padding: 0; }
ul.tabberNav li a { display: block; margin: 0; line-height: 1em; font-weight: normal; font-family: 'Roboto', sans-serif; font-size: 1.38em; color: #77216f; }
ul.tabberNav li.active a { color: #1e1e1e; background: #fff; padding: 9px 10px 11px 10px; position: relative; bottom: -1px; }
div.tabberItem.forms { border-top: 0px; padding: 12px 10px 10px 10px; clear: both; width: 698px; /*float:left;*/ }
.tabberItem h4 { font-size: 1.4em; margin-bottom: 10px; }

.forms.search-form .full-width { display: block; clear: both; }
.forms.search-form .full-width label { width: 100%; }
.forms.search-form .full-width input[type="text"] { width: 665px; margin-bottom: 10px; }
.forms.search-form .full-width input.submit { background: #ECECEC; border: 1px solid #CBCBCB; cursor: pointer; float: left; margin: 5px 0 0 0; padding: 5px 12px 5px; color: #555555; }

/* ------------------------------------
   Widgets (re-useable) ( Left Nav )
   ------------------------------------ */
/* Selector */
.selector-widget { width: 200px; background: #fff; margin-bottom: 25px; float: left; border: 1px solid #cbcbcb; }
.selector-widget > ul { float: left; }
.selector-widget > ul li { border-bottom: 1px solid #ececec; padding: 8px 10px; float: left; width: 180px; }
.selector-widget > ul li > ul { display: none; }
.selector-widget > ul li.title { font-weight: bold; color: #1e1e1e; font-size: 1.385em; line-height: 1.6em; }
.selector-widget > ul li.active { border: none; color: #fff; padding: 0; }
.selector-widget > ul li .middle a { font-family: 'Roboto', sans-serif; color: #555; }
.selector-widget > ul li.active a { color: #fff; font-size: 14px; margin-left: 4px; display: block; }
.selector-widget > ul li.active .top { background: url(/images/ILM%20Website/sprites/purple-vertical-sprites.png) 0px 0px no-repeat; height: 8px; width: 204px; display: block; float: left; margin-left: -4px; margin-top: -4px; }
.selector-widget > ul li.active .middle { background: url(/images/ILM%20Website/sprites/purple-vertical-sprites.png) 0px -13px no-repeat; min-height: 22px; width: 190px; display: block; float: left; margin-left: -4px; padding: 0 10px; line-height: 1.6em; }
.selector-widget > ul li.active .bottom { background: url(/images/ILM%20Website/sprites/purple-vertical-sprites.png) -0px -7px no-repeat; height: 6px; width: 204px; display: block; margin-left: -4px; float: left; }
.selector-widget > ul li.active ul { background: #e6e6e6; width: 200px; float: left; display: block; }
.selector-widget > ul li.active ul li { width: 180px; float: left; display: block; border-bottom: 1px solid #ececec; }
.selector-widget > ul li.active ul li.active { width: 180px; float: left; display: block; border-bottom: 1px solid #ececec; padding: 12px 10px; }
.selector-widget > ul li.active ul li a { margin-left: 0px; padding-left: 10px; background: url("/images/ILM Website/navi-bullets.png") left 6px no-repeat; color: #555; font-size: 12px; }
.selector-widget > ul li.active ul li.active a { color: #77216f; font-size: 12px; }

.selector-widget > ul li input[type="submit"], .logout input[type="submit"] { background: none; border: none; color: #1e1e1e; }
.selector-widget > ul li.active input[type="submit"] { color: #fff; }
/* Dropdown */
.dropdown-widget { width: 190px; height: 32px; overflow: hidden; float: left; display: block; border: 1px solid #cbcbcb; border-right: none; background: url(/images/ILM%20Website/dropdowns.png) right no-repeat; }
.dropdown-widget { width: 190px; height: 32px; overflow: hidden; float: left; display: block; border: 1px solid #cbcbcb; border-right: none; background: url(/images/ILM%20Website/dropdowns.png) right no-repeat; }
.dropdown-widget select { width: 190px; height: inherit; cursor: pointer; font-family: "Arial"; font-size: 13px; color: #555; }
.dropdown-widget span { width: 185px; height: 24px; padding: 8px 0 0 5px; }

/* ------------------------------------
   Widgets
   ------------------------------------ */
/* Scaffolding coordinates */
.fixed { top: 0px; left: 0px; }
.video-widget { top: 0px; left: 480px; position: absolute; }
.edge-widget { top: 185px; left: 0px; position: absolute; }
.community-widget { top: 185px; left: 240px; position: absolute; }
.casestudy-widget { top: 370px; left: 0px; position: absolute; }
.homeslider-widgetbox1 { top: 370px; left: 240px; position: absolute; }
.homeslider-widgetbox2 { top: 370px; left: 720px; position: absolute; }
.image-text-widget { top: 370px; left: 480px; position: absolute; }

/* Homepage segments */
.fullsize { width: 475px; height: 365px; position: absolute; }
.halfsize { width: 451px; height: 156px; padding: 12px; position: absolute; }

/* Force video to size */
.fullsize iframe { height: 365px!important; }

/* Two sizes of widgets, 1 for homepage, 1 for right rail, also one for lower rail */
#homepage .fixed .inner-content h2 { margin-bottom: 8px; font-size: 1.8em; line-height: 1.1em; }
#homepage .fixed .inner-content p { margin-bottom: 5px; line-height: 1.3em; font-size: 14px; font-family: "Arial"; }
#homepage { color: #fff; margin-top: 30px; height: 550px; position: relative; margin-left: 4px; }
/* Homapge widget container */
#homepage .widgets { margin: 0px 5px 5px 0px; width: 235px; height: 180px; position: absolute; }
#homepage .widgets h2, #homepage .widgets h3 { margin-bottom: 7px; font-size: 24px; }
#homepage .widgets .inner-content a { font-size: 14px; cursor: pointer; font-family: 'Roboto', sans-serif; }
#homepage .widgets img { position: absolute; z-index: 1; width: 235px; height: 180px; }
#homepage .widgets .inner-content { padding: 12px; z-index: 2; position: relative; height: 156px; line-height: 1.25em; color: #fff; font-size: 14px; }
#homepage .widgets .inner-content h2 { margin-bottom: 10px; line-height: 26px; }
#homepage .widgets .inner-content p { font-family: 'Arial'; margin-bottom: 10px; }
#homepage .widgets .inner-content .cta { background: #ececec; border: 1px solid #cbcbcb; padding: 6px 12px 7px 12px; color: #5f5f5f; font-size: 0.95em; position: absolute; left: 12px; bottom: 12px; line-height: 8px; }
#homepage .widgets .inner-content .cta a { font-size: 13px; }
#homepage .widgets .inner-content .cta a:hover { color: #77216f; text-decoration: none; }
#homepage .widgets .inner-content .widget-forms { color: #555; }
#homepage .widgets .inner-content .widget-forms input[type="text"] { text-indent: 7px; height: 19px; width: 159px; border: 1px solid #cbcbcb; float: left; margin-top: 7px; }
#homepage .widgets .inner-content .widget-forms .cta { float: right; position: static; left: auto; line-height: 8px; width: 16px; padding-bottom: 6px; margin-top: 7px; margin-left: 5px; font-size: 12px; }
/* If inside the widget form*/
#homepage .widgets .inner-content .widget-forms .cta-small-margins { margin-left: 4px; }
#homepage .widgets .inner-content .widget-forms .sml-right-cta { position: absolute; right: 13px; bottom: 13px; }
#homepage .widget-forms .dropdown-widget-forms { width: 211px; line-height: 23px; height: 23px; position: relative; float: left; display: block; text-indent: 7px; margin-top: 7px; border: none; background: /*url(../img/flat-dropdown.png) right no-repeat*/ #fff; }
#homepage .widget-forms .dropdown-widget-forms select { color: #555555; width: 211px; height: 23px; }
#homepage .widget-forms .dropdown-widget-forms .styled-dropdown { display: block; width: 211px; height: 23px; padding: 0; color: #555555; background: url(/images/ILM%20Website/widget-dropdown.png) right no-repeat #fff; text-shadow: none; }
#homepage .widget-forms .dropdown-widget-forms .styled-dropdown.focus { margin: -1px; }
#homepage .aticle-comments { }
#homepage .article-comments img { position: absolute; top: 0; left: 0; z-index: -1; }
#homepage .article-comments a.widget-comments { position: absolute; bottom: 8px; left: 10px; background: url(/images/ILM%20Website/comments-icon-white.png) no-repeat left; padding-left: 25px; }


/* social sharing widget */
.social-sharing-widget { float: right; min-width: 170px; text-align: right; }
.social-sharing-widget .share-heading { width: 70px; float: left; }
.social-sharing-widget .sharing-items { float: right; min-width: 90px; }
.social-sharing-widget > span { width: 21px; height: 20px; display: block; float: left; }
.social-sharing-widget .stLarge { width: 21px!important; height: 20px!important; display: block; background-size: 21px 21px; }
.social-sharing-widget .stLarge:hover { width: 21px!important; height: 20px!important; display: block; background-size: 21px 21px; background-position: 0px center!important; }
#homepage .widget-forms .dropdown-widget-forms .styled-dropdown .dropdown-inner { border: 1px solid #cbcbcb; width: 186px; display: block; text-indent: 6px; height: 20px; padding-top: 3px; border-right: none; }
#homepage .widget-forms .dropdown-widget-forms.error span.styled-dropdown { color: red; }
/* Case study widget */
.image-segment img { position: absolute; }
.image-segment .info-box { float: left; width: 215px; min-height: 31px; background: url(/images/ILM%20Website/sprites/pixel60.png); padding: 7px 10px 1px 10px; position: relative; z-index: 2; }
.image-segment .info-box .text { padding-top: 10px; display: none; height: 130px; }
.image-segment .info-box .text a { text-decoration: underline; cursor: pointer; }
.image-segment .widget-link { width: 100%; height: 100%; float: left; position: absolute; }

/* Right rail Divisions */
.right-rail .widgets { width: 200px; min-height: 167px; margin-bottom: 6px; font-size: 12px; color: #fff; font-family: "Arial"; }
.right-rail .widgets h2 { font-size: 1.7em; margin-bottom: 6px; color: #fff; }
.right-rail .widgets p { margin-bottom: 8px; }
.right-rail .widgets > img { position: absolute; width: 200px; height: 175px; }
.right-rail .widgets .feature { width: 180px; height: 100px; overflow: hidden; position: relative; }
.right-rail .widgets .feature img { width: 180px; height: 120px; }
.right-rail .widgets .inner-content { padding: 10px 10px; z-index: 2; position: relative; min-height: 140px; line-height: 1.25em; color: #fff; }
.right-rail .widgets .inner-content .cta { background: #ececec; border: 1px solid #cbcbcb; color: #5f5f5f; font-size: 0.95em; float: left; margin-top: 12px; padding: 6px 12px; }
.right-rail .widgets .inner-content .widget-forms { margin-top: 7px; }
.right-rail .widgets .inner-content .widget-forms input[type="text"] { height: 19px; width: 128px; margin-right: 10px; border: 1px solid #cbcbcb; float: left; }
.right-rail .widgets .inner-content .widget-forms input.postcode { padding-left: 7px; width: 121px; }
.ie8 .right-rail .widgets .inner-content .widget-forms input.postcode { padding-top: 3px; padding-bottom: 0px; }
.right-rail .widgets .inner-content .widget-forms .cta { float: left; position: relative; margin-top: 0; padding: 6px 9px; }
/* If inside the widget form*/
.right-rail .widget-forms .dropdown-widget-forms { width: 180px; height: 24px; overflow: hidden; float: left; display: block; border: none; margin-bottom: 10px; background: /*url(../img/flat-dropdown.png) right no-repeat*/ #fff; }
.right-rail .widget-forms .dropdown-widget-forms select { width: 180px; height: 23px; }
.right-rail .widget-forms .dropdown-widget-forms select option { width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.right-rail .widget-forms .dropdown-widget-forms span { width: 175px; height: 19px; padding: 5px 0 0 5px; color: #555555; }
.right-rail .widget-forms .dropdown-widget-forms .styled-dropdown { display: block; width: 180px; line-height: 23px; text-indent: 8px; height: 23px; padding: 0; color: #555555; background: url(/images/ILM%20Website/flat-dropdown.png) right no-repeat #fff; }
.right-rail .widget-forms .dropdown-widget-forms .styled-dropdown .dropdown-inner { border: 1px solid #cbcbcb; width: 150px; display: block; text-indent: 6px; height: 20px; padding-top: 3px; border-right: none; }
.right-rail .widgets .cta { float: right; position: relative; margin-top: 0; }
.right-rail .image-segment .widget-link { width: 200px; height: 167px; float: left; position: absolute; }
.right-rail .image-segment .info-box { width: 180px; }
.right-rail .article-comments.widgets .inner-content .title { position: absolute; bottom: 0; background: url(/images/ILM%20Website/sprites/pixel60.png); width: 170px; padding: 5px; font-weight: bold; }
.right-rail .article-comments.widgets .inner-content h2 { margin-bottom: 10px; }
.right-rail .article-comments.widgets .inner-content .cta { float: right; }
.right-rail .article-comments.widgets .inner-content .description-text { float: left; width: 180px; margin-top: 5px; }

/* Lower rail Dividsions */
#insight .lower-rail { float: left; margin-top: 10px; }
.lower-rail .widgets { width: 200px; min-height: 167px; margin-top: 15px; margin-bottom: 6px; font-size: 13px; float: left; margin-left: 15px; }
.lower-rail .widgets:first-child { margin-left: 0; }
.lower-rail .widgets img { }
.lower-rail .widgets .inner-content { padding: 7px 10px; z-index: 2; position: relative; min-height: 140px; line-height: 1.25em; color: #fff; }
.lower-rail .widgets .inner-content .cta { background: #ececec; border: 1px solid #cbcbcb; color: #5f5f5f; font-size: 0.9em; float: left; position: absolute; bottom: 12px; padding: 7px 12px; }
.lower-rail .widgets.promotional-segment .inner-content { padding: 7px 10px 50px; min-height: 110px; }
.lower-rail .widgets .inner-content .widget-forms { margin-top: 7px; }
.lower-rail .widgets .inner-content .widget-forms input[type="text"] { height: 24px; width: 162px; border: 1px solid #cbcbcb; float: left; }
.lower-rail .widgets .inner-content .widget-forms .cta { float: right; position: relative; margin-top: 0; }
/* If inside the widget form*/

/* Twitter Module iFrame */
.twitter-module { height: 150px; }
.widgets.twitter-segment .twitter-module { display: none; }
.widgets.twitter-segment .intro { padding: 10px; float: left; font-weight: bold; font-size: 1.1em; }
.widgets.twitter-segment .loading-gif { position: absolute; left: 38%; top: 38%; width: 60px; height: 60px; }
.lower-rail .widgets.twitter-segment iframe { height: 170px; width: 100%; }
.widgets.twitter-segment .twitter-timeline .timeline-header { display: none; }
.widgets.twitter-segment .twitter-module iframe { min-height: 0 !important; height: 100% !important; margin: 0 !important; }
.right-rail .widgets.twitter-segment .inner-content { padding: 10px !important; }

/* rail */
.right-rail .widgets.twitter-segment iframe { height: 160px; width: 180px; margin: 10px; margin-bottom: 0; }
/* homepage */
#homepage .widgets.twitter-segment iframe { height: 160px; width: 210px; }
#homepage .widgets.twitter-segment .loading-gif { position: absolute; left: 38%; top: 38%; width: 60px; height: 60px; }
/* lower rail */

/* TODO This is specifically for the insight page? Or are the widget sizes supposed to be consistent? */
.sl6 .lower-rail .widgets { margin: 0px 5px 5px 0px; width: 235px; height: 175px; float: left; display: block; font-size: 13px; float: left; margin-left: 15px; }
.sl6 .lower-rail .widgets:first-child { margin-left: 0; }
.sl6 .lower-rail .widgets img { }
.sl6 .lower-rail .widget-forms .dropdown-widget-forms { width: 180px; }
.sl6 .lower-rail .widget-forms .dropdown-widget-forms select { width: 180px; height: 23px; }
.sl6 .lower-rail .widget-forms .dropdown-widget-forms span { width: 175px; }
.sl6 .lower-rail .widgets .widget-forms input[type="text"] { padding: 0; height: 23px; width: 125px; border: 1px solid #cbcbcb; float: left; }
.sl6 .lower-rail .widgets .cta { float: left; position: relative; margin-top: 12px; padding: 6px; bottom: 0; }
.ie8 .sl6 .lower-rail .widgets .cta { padding: 6px 5px; }
.main.sl6 .filter .cta { margin-top: 0px; }
.main.sl6 .filter .text-widget { margin-right: 0; }
/*.ie8 .main.sl6 .filter .text-widget input[type="text"] { padding-top: 7px; height: 22px; }*/
.ie8 .main.sl6 .filter .text-widget input[type="text"], .ie8 .guides-resources .forms .segment input[type="text"], .ie8 .forms .full-width input[type="text"] { height: 28px; line-height: 30px; padding: 1px 10px; }

/* Shuffle Division Types */

.video-module { background: url(/images/ILM%20Website/sprites/pixel60.png); display: block; height: 100%; }
.video-module video { width: 100%; height: 100%; position: absolute; }
.video-module .info-box { display: none; background: url(/images/ILM%20Website/sprites/pixel60.png); position: absolute; top: 0; left: 0; z-index: 5; width: 100%; }
.video-module .info-box h2 { padding: 12px 12px; }
.video-module .play-icon { background: url(/images/ILM%20Website/play-icon.png) no-repeat; position: relative; top: 80px; left: 188px; width: 90px; height: 90px; cursor: pointer; display: block; }
.video-module .play-icon:hover { background: url(/images/ILM%20Website/play-icon.png)-90px no-repeat; }

/* Widget types: depicts colour */
.business-segment { background: #5ca0a9; color: #5ca0a9; text-shadow: 0px 0px 6px #50868e; }
/* Business Module (turquoise) */
.tools-segment { background: #818a8f; /* text-shadow: 0px 0px 6px #6e777c;*/ }
/* Tools Module (grey) */
.promotional-segment { background: #77216f; /*text-shadow: 0px 0px 6px #5e1958; */ }
/* Promotional Module (purple) */
.promotional-segment h2 { color: #fff; margin: 5px 0 12px 0; }
.halfsize.promotional-segment { padding: 11px; border: 1px solid #5e1958; }
.orange-segment { background: #d06c1b; color: #d06c1b; }
.twitter-segment { background: #64c5e9; color: #fff; }
.right-rail .twitter-segment .inner-content { padding: 0; }

/* Business module gradient as per designs */
.business-module.gradient { background: #156570; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NjU3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMThhOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(left, #156570 0%, #118a96 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#156570), color-stop(100%,#118a96)); background: -webkit-linear-gradient(left, #156570 0%,#118a96 100%); background: -o-linear-gradient(left, #156570 0%,#118a96 100%); background: -ms-linear-gradient(left, #156570 0%,#118a96 100%); background: linear-gradient(left, #156570 0%,#118a96 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156570', endColorstr='#118a96',GradientType=1 ); }

/* Profile */
.profile-widget { width: 188px; background: #fff; border: 1px solid #cbcbcb; margin-bottom: 25px; margin-left: 0; float: left; padding: 12px; padding-left: 0; padding-top: 0; padding-bottom: 8px; }
.profile-widget h3 { font-size: 1.385em; color: #1e1e1e; margin-bottom: 12px; margin-top: 1px; }
.profile-widget img { max-width: 200px; max-height: 140px; }
.profile-widget .details { width: 188px; margin-top: -4px; padding: 0; padding-left: 12px; padding-top: 12px; font-family: "Arial"; }
.profile-widget .details > span { display: block; margin-bottom: 8px; }
.profile-widget .details .type { margin-bottom: 0px; }
.profile-widget .details .button a { color: #555; }
.profile-widget .details a { color: #77216f; }

/* -------------------------------------
   Message Page
   ------------------------------------- */
#message-page { color: #111; margin: 30px 0px 90px 0px; background: #fff; float: left; }
#message-page h1 { font-size: 30px; }
#message-page .message { margin: 15px 0 30px 0; float: left; font-size: 1.3em; }

/* --------------------------
   new centre landing page
   -------------------------- */

.new-centre-landing { background: #fff; width: 100%; }
.new-centre-landing h1 { font-size: 18px; line-height: 18px; color: #77216f; margin: 9px 0 10px 9px; }

.new-centre-landing > div.container { padding: 14px 1.195%; }
.new-centre-landing > div.container > div.row {  margin-top: 15px; }
.new-centre-landing > div.container > div.row:first-child { margin-top: 0; }
.new-centre-landing > div.container > div.row > div { float: left; }

.new-centre-landing > div.container div.col { width: 23.7%; min-height: 1px; }
.new-centre-landing > div.container div.col .logo { border: 1px solid #cbcbcb; min-height: 130px; }
.new-centre-landing > div.container div.col .logo > img { width: 100%; }

.new-centre-landing > div.container div.content { margin-left: 1.195%; width: 73%; }
.new-centre-landing > div.container div.content .intro > div { float: left; }

.new-centre-landing > div.container div.content .intro .key-info { width: 62%; }
.new-centre-landing > div.container div.content .intro .key-info .address { float: left; }
.new-centre-landing > div.container div.content .intro .key-info .cta { float: right; }
.new-centre-landing > div.container div.content .intro .key-info .short-descr { margin-top: 14px; float: left}

.new-centre-landing > div.container div.content .intro .profile-info { width: 35%; margin-left: 3%; }
.new-centre-landing > div.container div.content .intro .profile-info ul li { padding: 0 0 5px 15px; background: url("/images/ILM Website/bullets.png") no-repeat 0 7px; }
.new-centre-landing > div.container div.content .intro .profile-info .search-results.profile > div.label { margin-bottom: 5px; }
.ie9 .new-centre-landing > div.container div.content .intro .profile-info .profile-list { float: left;width: 100%; }

.new-centre-landing > div.container div.content .centre-images > img { float: left; display: block; width: 32%; height: auto; margin-left: 2%; }
.new-centre-landing > div.container div.content .centre-images > img:first-child { margin-left: 0; }



/* =====================================
   Misc Styles
   ===================================== */

/* frame content */
.frame-content { border: 1px solid #cbcbcb; }
.frame-content > header { border-bottom: 1px solid #cbcbcb; }

/* Cookie Bar */
.cookie-module { background: #5a5a5a; border-top: 1px solid #343434; color: #fff; padding: 15px 0; font-size: 0.9em; font-family: "Arial"; }
.cookie-module a { color: #fff; text-decoration: underline; }
.cookie-module .wrapper { position: relative; }
/* .wrapper inherited from main document */
.cookie-module .more-info-trigger { }
.cookie-module .more-info { display: none; width: 100%; margin-top: 10px; }
.cookie-module .continue { color: #555; background: #f1f1f1; width: 60px; padding: 9px 20px 5px 20px; font-size: 12px; text-align: center; position: absolute; right: 0px; top: 50%; margin-top: -15px; font-family: "Arial"; font-weight: bold; }
.cookie-module .message { width: 790px; }

/* Social Icons */
.social-icons > span { margin-right: 5px; float: left; }
/* If grouped */
.linkedin { background: url(/images/ILM%20Website/sprites/social-icons.png) 0px; width: 20px; height: 20px; display: block; }
/* If rogle-arro*/
.twitter { background: url(/images/ILM%20Website/sprites/social-icons.png) 20px; width: 20px; height: 20px; display: block; }
.google { background: url(/images/ILM%20Website/sprites/social-icons.png) 40px; width: 20px; height: 20px; display: block; }

/* removed MON 04/09/12 */
.toggle-arrow { background: url(/images/ILM%20Website/sprites/collapse-arrow.png); width: 15px; height: 16px; display: block; position: absolute; right: 10px; top: 7px; cursor: pointer; }
.toggle-arrow.up { background: url(/images/ILM%20Website/sprites/collapse-arrow.png) 15px; }

/*Qualification finder*/
ul.tabberNav li.active { font-weight: bold; }

/* ------------------------------------
   Effects
   ------------------------------------ */
.oldie .shadow { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -ms-filter: none; filter: none; }
.shadow { -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.3); box-shadow: 0px 0px 12px rgba(0,0,0,0.3); -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888'); }
.shadow-sprite { background: url(/images/ILM%20Website/sprites/shadow-sprite.png); height: 13px; width: 100%; display: block; z-index: 100; position: absolute; }

.transparent50 { -khtml-opacity: .50; -moz-opacity: .50; -ms-filter: ”alpha(opacity=50)”; filter: alpha(opacity=50); opacity: .50; }
.ra { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; }
.ra-minute { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -moz-background-clip: padding; -webkit-background-clip: padding-box; }

/* ==================================
   Rich Text Editor RTE Duplicates
   ================================== */

/* --------------------------
   RTE Unselectable Classes
   -------------------------- */
.quote-paragraph { /*float: right;*/ margin-bottom: 15px; }
span.quote { float: left; font-size: 1.3em; line-height: 1.1em; padding: 10px; width: 240px; }
.quote-paragraph ul { list-style-image: url("/images/ILM Website/bullets.png"); padding-left: 15px; }
span.text { display: block; float: left; width: 190px; }
#quote-before { background: url("/images/ILM%20Website/quotes.png") repeat scroll 0 0 transparent; display: block; float: left; height: 24px; margin-right: 5px; width: 34px; }
#quote-after { background: url("/images/ILM%20Website/quotes.png") repeat scroll 32px center transparent; display: inline-block; height: 15px; margin-left: 5px; width: 30px; }

/* Snippet element styling */

.snippet ul { overflow: hidden; display: block; margin: -4px 10px 5px 0; }
.snippet ul li { line-height: 1.8em; }
.snippet ol { overflow: hidden; display: block; margin: 5px 10px 5px 0; }
.snippet ol li { line-height: 1.8em; }
.snippet img { float: left; width: 145px; height: 100px; margin: 0 10px 10px 0; border: 1px solid #cbcbcb; }
.snippet h2 { color: #77216f; margin-bottom: 13px; }
.snippet h4 { color: #1e1e1e; font-weight: bold; margin-bottom: 10px; line-height: 1em; display: block; margin-top: -1px; }
.snippet h5 { color: #777; margin-top: -8px; margin-bottom: 9px; font-weight: normal; font-size: 0.9em; }
.learning-development .snippet h5 { margin-top: -6px; }
.snippet .button, .snippet .ctbeauocraca { margin-top: 10px; height: 15px; line-height: 1.1em; font-weight: bold; }
.snippet .cta { float: left; }
.snippet p { margin-bottom: 10px; }

.snippet-with-border ul { overflow: hidden; display: block; margin: -3px 10px 0 0; }
.snippet-with-border ul li { line-height: 1.8em; }
.snippet-with-border ol { overflow: hidden; display: block; margin: 5px 10px 0 0; }
.snippet-with-border ol li { line-height: 1.8em; }
.snippet-with-border img { float: left; width: 145px; height: 100px; margin: 0 10px 10px 0; border: 1px solid #cbcbcb; }
.snippet-with-border h2 { color: #77216f; margin-bottom: 10px; }
.snippet-with-border h4 { color: #1e1e1e; font-weight: bold; margin-bottom: 11px; line-height: 1.3em; }
.snippet-with-border h5 { color: #777; margin-top: -8px; margin-bottom: 10px; font-weight: normal; font-size: 0.9em; }
.snippet-with-border .button, .snippet-with-border .cta { margin-top: 10px; height: 15px; line-height: 1.1em; font-weight: bold; }
.snippet-with-border p { margin-bottom: 10px; }

/* Geo coding button */
.clicked { }

/* Comments list */
.wide-content-left .comments-list { padding: 10px 0px 10px 0px; list-style: none; }
.wide-content-right .comments-list { padding: 10px 0px 20px 0px; }
.wide-content-left .comments-form-wrap { padding-top: 10px; margin-bottom: 10px; }

.apprenticeships { }
.apprenticeships h3 { font-size: 1.2em; }
.apprenticeships h4 { font-size: 1.1em; margin: 5px 0 3px 0; font-weight: bold; }


/* Apprenticeships */
.apprenticeship-component { margin-top: 15px; }
.apprenticeship-component .apprenticeships .apprenticeship-components { margin-left: 15px; }
.apprenticeship-component .apprenticeships .apprenticeship-components .learning-pathways { margin-left: 15px; }
.apprenticeship-desc { margin-top: 15px; }

/* --------------------------
   RTE Selectable Classes
   -------------------------- */
.snippet .cta { margin-top: 10px; }
.snippet .cta:hover { color: #77216f; }
.float-left { float: left; margin-right: 10px; display: block; }
.float-right { float: right; display: block; }
.link { color: #77216f; cursor: pointer; font-weight: bold; }

/* --------------------------
   RTE Unselectable Classes
   -------------------------- */

/* --------------------------
   Snippets
   -------------------------- */
/* Global Snippets */
.snippet { width: 355px; float: left; margin: 8px 10px 10px 10px; margin-bottom: 10px; }
.full-width.top .snippet { width: 346px; }
.wide-content-left .full-width.top .snippet { float: right; width: 342px; }


/* Snippets with borders */
.snippet-with-border { width: 353px; float: left; margin-bottom: 5px; background: #fff; padding: 10px; display: block; background: #ffffff; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); border: 1px solid #ccc; }
/* Gradient and border */
.half-width.right .snippet-with-border { position: relative; left: -2px; }

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

.invisible { visibility: hidden; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

.styled-dropdown { text-shadow: none !important; }
.styled-dropdown.focus { }
.widget-forms .styled-dropdown.focus,
.forms div.dropdown-widget-forms .styled-dropdown.focus,
.filter .dropdown-widget .styled-dropdown.focus { margin: -1px; }
.comments-list ul, .rte ul { list-style-type: disc; padding-left: 18px; margin: 0 0 15px 0; }
.comments-list ol, .rte ol { padding-left: 18px; margin: 0 0 15px 0; }
ul.comments-list h3.comment-header { margin-bottom: 15px; }
.comments-list a, .comments-list a:link, .rte a, .rte a:link { color: #77216f; cursor: pointer; font-weight: bold; }
.comments-list a:visited, .rte a:visited { color: #b256a9; }
.rte ol li span, .rte ul li span, .rte p span, .comments-list ul li span, .comments-list ol li span, .comments-list p span { font-family: arial !important; }

.mid-content a:visited, .wide-content-left a:visited, .qualification-builder ul.tabberNav li a:visited, ul.tabberNav li a:visited, .selector-widget > ul li.active ul li.active a:visited, #homepage .widgets .inner-content .cta a:visited, .profile-widget .details a:visited { color: #b256a9; }
html.ie8, .ie8 .site-header h2 a, .ie8 .site-header .mid-content .dropdown-widget select, .ie8 .mega-dropdown .widgets .inner-content a, .ie8 #insight .modules .content, .ie8 .search-results table.search-results-table th, .ie8 .search-results table.search-results-table td p.distance, .ie8 .login .scfForm h1, .ie8 .qualification-builder ul.tabberNav li a, .ie8 ul.tabberNav li a, .ie8 .selector-widget > ul li .middle a, .ie8 #homepage .widgets .inner-content a { font-family: Arial, sans-serif; }
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
    /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    /*@page { margin: 0.5cm; }*/
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    .primary-nav, .left-rail, .right-rail, .youtube-wrapper, .my-profile-tab-container, .dropdown-widget, .secondary-nav, #footer, img#background, .filter, #switch, .event-top-wrapper, .lower-rail, .events-details-wrapper .button { visibility: hidden; display: none; }
    .insight-article, .events-details-wrapper { border: none; }
    .events-details-wrapper { margin-left: -260px; }
    .site-header .logo a img { width: auto; height: auto; }
    #mode-switcher.header-mode { min-height: 110px; }

    .dropdown-widget-forms span { display: none; }
}

.at-pref-image { width: 245px; float: left; clear: both; }

.top-box-padding { padding: 15px 7px; font-weight: bold; border-top: 1px solid #cbcbcb; position: relative; bottom: 1px; display: block; }
.top-box-error-message { color: red; }
.top-box-success-message { color: green; }

/**
    Quick wins
    Selector form[action*="/About-ILM/ILM-membership"] scopes it to just the membership page
    $= because it can be accessed from /en/About-ILM/ILM-membership as well

    RS - page can also be accessed by 
*/

form[action*="/membership"] section.full-width,
form[action*="/join-ilm"] section.full-width,
form[action*="/join"] section.full-width,
form[action*="/masterclasses"] section.full-width,
form[action*="/about-ilm/ilm-membership"] section.full-width,
form[action*="/about-ilm/ilm-membership/"] section.full-width {
    float: none;
    width: auto;
    background-color: transparent;
    border: 0;
}
form[action*="/join-ilm"] section.half-width,
form[action*="/join"] section.half-width,
form[action*="/masterclasses"] section.half-width,
form[action*="/membership"] section.half-width,
form[action*="/about-ilm/ilm-membership"] section.half-width,
form[action*="/about-ilm/ilm-membership/"] section.half-width {
    margin-bottom: 0;
}
form[action*="/join-ilm"] section.left,
form[action*="/join-ilm"] section.right,
form[action*="/join"] section.left,
form[action*="/join"] section.right,
form[action*="/masterclasses"] section.left,
form[action*="/masterclasses"] section.right,
form[action*="/membership"] section.left,
form[action*="/membership"] section.right,
form[action*="/about-ilm/ilm-membership"] section.left,
form[action*="/about-ilm/ilm-membership"] section.right,
form[action*="/about-ilm/ilm-membership/"] section.left,
form[action*="/about-ilm/ilm-membership/"] section.right {
    float: none;
    width: auto;
}
form[action*="/join-ilm"],
form[action*="/join"],
form[action*="/masterclasses"],
form[action*="/membership"],
form[action*="/about-ilm/ilm-membership"],
form[action*="/about-ilm/ilm-membership/"] {
    font-size: 14px;
}
form[action*="/join-ilm"] h4,
form[action*="/join"] h4,
form[action*="/masterclasses"] h4,
form[action*="/membership"] h4,
form[action*="/about-ilm/ilm-membership"] h4,
form[action*="/about-ilm/ilm-membership/"] h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
form[action*="/join-ilm"] .media,
form[action*="/join"] .media,
form[action*="/masterclasses"] .media,
form[action*="/membership"] .media,
form[action*="/about-ilm/ilm-membership"] .media,
form[action*="/about-ilm/ilm-membership/"] .media { 
    padding: 10px; 
}
form[action*="/join-ilm"] .media, 
form[action*="/join-ilm"] .body,
form[action*="/join"] .media, 
form[action*="/join"] .body,
form[action*="/masterclasses"] .media, 
form[action*="/masterclasses"] .body,
form[action*="/membership"] .media, 
form[action*="/membership"] .body,
form[action*="/about-ilm/ilm-membership"] .media, 
form[action*="/about-ilm/ilm-membership"] .body,
form[action*="/about-ilm/ilm-membership/"] .media, 
form[action*="/about-ilm/ilm-membership/"] .body {
    padding-left: 0; 
    overflow: hidden; 
     _overflow: visible; 
     zoom: 1; 
}
form[action*="/join-ilm"] .media .support,
form[action*="/join"] .media .support,
form[action*="/masterclasses"] .media .support,
form[action*="/membership"] .media .support,
form[action*="/about-ilm/ilm-membership"] .media .support,
form[action*="/about-ilm/ilm-membership/"] .media .support { 
    float: left; 
    margin-right: 10px; 
}
form[action*="/join-ilm"] .media .support img,
form[action*="/join"] .media .support img,
form[action*="/masterclasses"] .media .support img,
form[action*="/membership"] .media .support img,
form[action*="/about-ilm/ilm-membership"] .media .support img,
form[action*="/about-ilm/ilm-membership/"] .media .support img { 
    display: block; 
}
form[action*="/join-ilm"] .landing-video,
form[action*="/join"] .landing-video,
form[action*="/masterclasses"] .landing-video,
form[action*="/membership"] .landing-video,
form[action*="/about-ilm/ilm-membership"] .landing-video,
form[action*="/about-ilm/ilm-membership/"] .landing-video {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
}
form[action*="/join-ilm"] .landing-video .youtube-wrapper .title,
form[action*="/join"] .landing-video .youtube-wrapper .title,
form[action*="/masterclasses"] .landing-video .youtube-wrapper .title,
form[action*="/membership"] .landing-video .youtube-wrapper .title,
form[action*="/about-ilm/ilm-membership"] .landing-video .youtube-wrapper .title,
form[action*="/about-ilm/ilm-membership/"] .landing-video .youtube-wrapper .title {
    /* disable the old overlay */
    display: none !important;
}
form[action*="/join-ilm"] .landing-video .support,
form[action*="/join"] .landing-video .support,
form[action*="/masterclasses"] .landing-video .support,
form[action*="/membership"] .landing-video .support,
form[action*="/about-ilm/ilm-membership"] .landing-video .support,
form[action*="/about-ilm/ilm-membership/"] .landing-video .support {
    position: relative;
    width: 500px;
    margin-right: 20px;
}
form[action*="/join-ilm"] .carousel-landd,
form[action*="/join"] .carousel-landd,
form[action*="/masterclasses"] .carousel-landd,
form[action*="/membership"] .carousel-landd,
form[action*="/about-ilm/ilm-membership"] .carousel-landd,
form[action*="/about-ilm/ilm-membership/"] .carousel-landd {
    background: none;
    padding: 0;
}
form[action*="/join-ilm"] .membership-hub .landing-video h3,
form[action*="/join"] .membership-hub .landing-video h3,
form[action*="/masterclasses"] .membership-hub .landing-video h3,
form[action*="/membership"] .membership-hub .landing-video h3,
form[action*="/about-ilm/ilm-membership"] .membership-hub .landing-video h3,
form[action*="/about-ilm/ilm-membership/"] .membership-hub .landing-video h3 {
    font-size: 18px;
    margin: 0 0 6px;
}
form[action*="/join-ilm"] .landing-video p,
form[action*="/join"] .landing-video p,
form[action*="/masterclasses"] .landing-video p,
form[action*="/membership"] .landing-video p,
form[action*="/about-ilm/ilm-membership"] .landing-video p,
form[action*="/about-ilm/ilm-membership/"] .landing-video p {
    margin-bottom: 20px;
}
form[action*="/join-ilm"] .landing-video .caption,
form[action*="/join"] .landing-video .caption,
form[action*="/masterclasses"] .landing-video .caption,
form[action*="/membership"] .landing-video .caption,
form[action*="/about-ilm/ilm-membership"] .landing-video .caption,
form[action*="/about-ilm/ilm-membership/"] .landing-video .caption {
    font-size: 14px;
    padding: 1em 0;
    float: left;
}
form[action*="/join-ilm"] .right-rail .widgets .inner-content,
form[action*="/join"] .right-rail .widgets .inner-content,
form[action*="/masterclasses"] .right-rail .widgets .inner-content,
form[action*="/membership"] .right-rail .widgets .inner-content,
form[action*="/about-ilm/ilm-membership"] .right-rail .widgets .inner-content, 
form[action*="/about-ilm/ilm-membership/"] .right-rail .widgets .inner-content { 
    padding: 20px; 
    z-index: 2; 
    position: relative; 
    min-height: 140px; 
    line-height: 1.25em; 
    color: #fff; 
}
form[action*="/join-ilm"] .right-rail .widgets .inner-content .cta,
form[action*="/join"] .right-rail .widgets .inner-content .cta,
form[action*="/masterclasses"] .right-rail .widgets .inner-content .cta,
form[action*="/membership"] .right-rail .widgets .inner-content .cta,
form[action*="/about-ilm/ilm-membership"] .right-rail .widgets .inner-content .cta,
form[action*="/about-ilm/ilm-membership/"] .right-rail .widgets .inner-content .cta { 
    background: #fff; 
    border: 0; 
    color: #77246e; 
    float: left; 
    margin-top: 12px; 
    font-size: 15px;
    padding: 8px;
    text-align: center; 
}
form[action*="/join-ilm"] .landing-video p a,
form[action*="/join"] .landing-video p a,
form[action*="/masterclasses"] .landing-video p a,
form[action*="/membership"] .landing-video p a,
form[action*="/about-ilm/ilm-membership"] .landing-video p a,
form[action*="/about-ilm/ilm-membership/"] .landing-video p a {
    text-decoration: underline;
}
form[action*="/join-ilm"] .landing-video p a:hover,
form[action*="/join"] .landing-video p a:hover,
form[action*="/masterclasses"] .landing-video p a:hover,
form[action*="/membership"] .landing-video p a:hover,
form[action*="/about-ilm/ilm-membership"] .landing-video p a:hover,
form[action*="/about-ilm/ilm-membership/"] .landing-video p a:hover {
    text-decoration: none;
}

.qw-cta,
.qw-members-join .scfForm .scfSubmitButtonBorder input {
    display: block;
    background-color: #75276D;
    color: #fff !important;
    font-size: 18px;
    border: 0;
    padding: 18px 20px;
    margin: 14px 0;
}

.rte a.qw-cta{
    position:relative;
    line-height:1;
    font-weight:normal;
}

.qw-cta:after {
    content: '';
    position: absolute;
    right: 1em;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    width: 15px;
    height: 15px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ie8 .qw-cta:after {
    content: none;
}

.qw-cta:visited {
    color: #fff;
}

.qw-cta:hover {
    text-decoration: underline;
}

.right-rail .widgets .inner-content .cta-left-align {
    background: #fff;
    border: 0;
    color: #77246e;
    margin-top: 12px;
    font-size: 18px;
    padding: 13px;
    float: none;
    text-align: left;
    display: block;
}

.membership-pod {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    position: relative;
    margin: 10px 0 0;
    padding-right: 16px;
    font-size: 12px;
}

.membership-pod-alt {
    background-color: #DBDBDB;
    padding: 12px;
    margin-top: -2px;
}

.ie9 .membership-pod-alt {
    margin-top: 5px;
}

.membership-pod.has-cta {
    padding-bottom: 69px;
}

.membership-pod .media {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
}

.membership-pod h4 {
    color: #77246e;
    font-size: 18px;
}

.membership-pod p {
    margin-bottom: 1em;
}

.membership-pod img {
    height: 150px;
    width: 150px;
}

.membership-pod .qw-cta {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 

    position: absolute;
    bottom: 0;
    width: 299px;

    width: 100%;
}

.membership-pod-alt .qw-cta,
.membership-pod-gradient .qw-cta {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.membership-pod-gradient {
    border: 1px solid #ccc;
    padding: 20px 13px;
    margin: 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 50%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 50%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 50%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 50%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 50%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.pod-group {
    border: 1px solid #ccc;
    padding: 20px 13px;
    margin: 20px 0 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 50%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 50%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 50%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 50%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 50%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    display: -webkit-flex;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /* -ms- prefix is missing intentionally as it breaks IE 10 */
}

.pod-wrapper {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 

    display: -webkit-flex;
    display: flex;

    float: left;
    width: 50%;

    padding-right: 10px;
}

.pod-wrapper:nth-child(2n) {
    padding-right: 0;
}

.qw-intro-copy {
    margin-bottom: 16px;
}

.membership-hub .pod-group .alt-heading {
    margin-top: 0;
}

.qw-equal-heights {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /* -ms- prefix is missing intentionally as it breaks IE 10 */
}

.qw-equal-heights-item {
    display: -webkit-flex;
    display: flex;
}

form[action*="/join-ilm"] .top h2,
form[action*="/join"] .top h2,
form[action*="/masterclasses"] .top h2,
form[action*="/membership"] .top h2,
form[action*="/about-ilm/ilm-membership"] .top h2,
form[action*="/about-ilm/ilm-membership/"] .top h2 {
    font-size: 24px;
    color: #77246e;
    margin: 27px 0 10px;
}
form[action*="/join-ilm"] .top p,
form[action*="/join"] .top p,
form[action*="/masterclasses"] .top p,
form[action*="/membership"] .top p,
form[action*="/about-ilm/ilm-membership"] .top p,
form[action*="/about-ilm/ilm-membership/"] .top p {
    font-size: 14px;
}
form[action*="/join-ilm"] .membership-hub h3,
form[action*="/join"] .membership-hub h3,
form[action*="/masterclasses"] .membership-hub h3,
form[action*="/membership"] .membership-hub h3,
form[action*="/about-ilm/ilm-membership"] .membership-hub h3,
form[action*="/about-ilm/ilm-membership/"] .membership-hub h3 {
    color: #323232;
    font-size: 24px;
    margin: 27px 0 10px;
}
form[action*="/join-ilm"] .membership-hub .alt-heading,
form[action*="/join"] .membership-hub .alt-heading,
form[action*="/masterclasses"] .membership-hub .alt-heading,
form[action*="/membership"] .membership-hub .alt-heading,
form[action*="/about-ilm/ilm-membership"] .membership-hub .alt-heading,
form[action*="/about-ilm/ilm-membership/"] .membership-hub .alt-heading {
    color: #77246e;
}
form[action*="/join-ilm"] .qw-overlay,
form[action*="/join"] .qw-overlay,
form[action*="/masterclasses"] .qw-overlay,
form[action*="/membership"] .qw-overlay,
form[action*="/about-ilm/ilm-membership"] .qw-overlay,
form[action*="/about-ilm/ilm-membership/"] .qw-overlay  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 278px;
    background-color: rgb(118, 37, 110);
    background-color: rgba(118, 37, 110, 0.84);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
form[action*="/join-ilm"] .qw-overlay .qw-overlay-container h2,
form[action*="/join"] .qw-overlay .qw-overlay-container h2,
form[action*="/masterclasses"] .qw-overlay .qw-overlay-container h2,
form[action*="/membership"] .qw-overlay .qw-overlay-container h2,
form[action*="/about-ilm/ilm-membership"] .qw-overlay .qw-overlay-container h2,
form[action*="/about-ilm/ilm-membership/"] .qw-overlay .qw-overlay-container h2 {
    font-size: 24px;
    color: #fff;
}
form[action*="/join-ilm"] .qw-overlay a,
form[action*="/join-ilm"] .qw-overlay a:visited,
form[action*="/join"] .qw-overlay a,
form[action*="/join"] .qw-overlay a:visited,
form[action*="/masterclasses"] .qw-overlay a,
form[action*="/masterclasses"] .qw-overlay a:visited,
form[action*="/membership"] .qw-overlay a,
form[action*="/membership"] .qw-overlay a:visited,
form[action*="/about-ilm/ilm-membership"] .qw-overlay a,
form[action*="/about-ilm/ilm-membership"] .qw-overlay a:visited,
form[action*="/about-ilm/ilm-membership/"] .qw-overlay a,
form[action*="/about-ilm/ilm-membership/"] .qw-overlay a:visited {
    color: #fff;
}
form[action*="/join-ilm"] .qw-overlay .play-video,
form[action*="/join"] .qw-overlay .play-video,
form[action*="/masterclasses"] .qw-overlay .play-video,
form[action*="/membership"] .qw-overlay .play-video,
form[action*="/about-ilm/ilm-membership"] .qw-overlay .play-video,
form[action*="/about-ilm/ilm-membership/"] .qw-overlay .play-video {
    background-color: #fff;
    padding: 10px 20px;
    color: #77246e;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.1s linear transform;
    -moz-transition: 0.1s linear transform;
    -o-transition: 0.1s linear transform;
    transition: 0.1s linear transform;
}
form[action*="/join-ilm"] .qw-overlay .play-video:hover,
form[action*="/join"] .qw-overlay .play-video:hover,
form[action*="/masterclasses"] .qw-overlay .play-video:hover,
form[action*="/membership"] .qw-overlay .play-video:hover,
form[action*="/about-ilm/ilm-membership"] .qw-overlay .play-video:hover,
form[action*="/about-ilm/ilm-membership/"] .qw-overlay .play-video:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
form[action*="/join-ilm"] .qw-overlay .play-video:active,
form[action*="/join"] .qw-overlay .play-video:active,
form[action*="/masterclasses"] .qw-overlay .play-video:active,
form[action*="/membership"] .qw-overlay .play-video:active,
form[action*="/about-ilm/ilm-membership"] .qw-overlay .play-video:active,
form[action*="/about-ilm/ilm-membership/"] .qw-overlay .play-video:active {
    position: relative;
    top: 1px;
}
form[action*="/join-ilm"] .qw-overlay .play-video:visited,
form[action*="/join"] .qw-overlay .play-video:visited,
form[action*="/masterclasses"] .qw-overlay .play-video:visited,
form[action*="/membership"] .qw-overlay .play-video:visited,
form[action*="/about-ilm/ilm-membership"] .qw-overlay .play-video:visited,
form[action*="/about-ilm/ilm-membership/"] .qw-overlay .play-video:visited {
    color: #77246e;
}
form[action*="/join-ilm"] .qw-overlay .play-video:before,
form[action*="/join"] .qw-overlay .play-video:before,
form[action*="/masterclasses"] .qw-overlay .play-video:before,
form[action*="/membership"] .qw-overlay .play-video:before,
form[action*="/about-ilm/ilm-membership"] .qw-overlay .play-video:before,
form[action*="/about-ilm/ilm-membership/"] .qw-overlay .play-video:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-top: 10px solid transparent;
    border-right: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #75276c;
}

/* Form quick wins */
.qw-members-join .scfForm .scfSectionContent .scfTooltip.scfTooltip-enabled { float: left; margin-left: 0; clear: both; margin-top: 10px; cursor: default; }

.qw-members-join .scfForm .scfTooltip { display: block; float: none; background: none; padding: 0 0 0 20px; }
.qw-members-join .scfForm .scfTooltip p { line-height: 1.4em; }
.qw-members-join .scfForm .scfTooltip b { display: block; padding: 0 0 5px 0; clear: both; }

.qw-members-join .scfForm .scfTooltip-enabled { padding: 0; display: block; width: auto; height: auto; background: none; border: 0; float: none; cursor: pointer; position: relative; margin-top: 0; }
.qw-members-join .scfForm .scfTooltip-enabled span { display: block; width: auto; height: auto; text-indent: 0; position: relative; overflow: auto; }
.qw-members-join .scfForm .scfTooltip-enabled .scfTooltip-balloon { background: none; left: 5px; padding: 0; position: static; text-indent: 0; display: block; width: 100%; }
.qw-members-join .scfForm .scfTooltip-enabled.show .scfTooltip-balloon { display: block; }
.qw-members-join .scfForm .scfTooltip-enabled .scfTooltip-balloon-inner { background: none; margin-bottom: 10px; padding: 0; }
/*.qw-members-join .scfDropListUsefulInfo {
    display: block !important;
}*/

.qw-members-join .scfForm .scfSectionContent {
    padding-left: 20px;
}

.qw-members-join .scfValidatorRequired {
    float: none !important;
    display: block;
}

.qw-members-join .scfCheckBoxListBorder label {
    width: auto;
}

.qw-members-join .scfSubmitSummary {
    font-size: 18px;
    padding-left: 10px;
    float: left;
    margin-bottom: 10px;
}

.qw-members-join .scfRadioButtonList input[type="radio"],
.qw-members-join .scfRadioButtonList input[type="checkbox"] {
    margin-right: 10px;
}

.qw-members-join .scfForm .scfIntroBorder h3,
.qw-members-join .scfForm .scfIntroBorder p {
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 10px;
    width: 673px;
    padding: 10px;
}

.qw-members-join .scfForm .controls {
    width: auto;
    float: none;
    margin: 0 20px;
}

.qw-members-join .scfForm .controls .left-col {
    height: auto;
}

.qw-members-join .scfForm .scfSectionContent label, 
.qw-members-join .scfSectionContent .scfMultipleLineTextLabel {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
}

.qw-members-join .scfForm .scfDateSelectorLabel,
.qw-members-join .scfForm .scfSectionContent .scfCheckBoxListLabel {
    font-size: 16px;
}

.qw-members-join .scfForm .scfDateSelectorGeneralPanel > label {
    width: 141px;
}

.qw-members-join .scfForm .scfCheckBoxList label {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}

.qw-members-join .scfForm .scfCheckBoxListGeneralPanel input {
    margin-right: 10px;
    height: auto;
    width: auto;
    position: static;
}

/* ====== media ====== */
.media-object, 
.media-object-body {
    overflow:hidden; 
    _overflow:visible; 
    zoom:1;
}

.media-object .media-object-support {
    float:left; 
    margin-right: 10px;
}


.search-results-wrapper {
    background-color: white;
    border: 1px solid #C5C5C5;
}

.search-result-container {
    padding: 18px;
}

.site-search-large {
    width: 783px;
    padding: 14px 14px 16px;
    font-size: 16px;
}

.site-search-button {
    background: #75286E;
    line-height: 1;
    padding: 16px 20px 18px;
    color: #fff;
    border: 0;
    font-size: 16px;
    width: 105px;
}

.search-result-intro {
    font-size: 16px;
    color: #000;
    margin: 10px 0;
}

.search-result-stats {
    font-size: 12px;
    margin: 18px 0 0;
    color: #000;
}

.search-result-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.search-result-list li {
    border-bottom: 1px solid #C5C5C5;
    padding: 13px 0;
}

.search-result-list h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.search-result-list a {
    color: #741c6c;
}

.search-result-list .search-result-list-url {
    color: #A6A7A8;
    font-style: italic;
    font-size: 13px;
    margin-top: 7px;
}

.search-result-list a:hover {
    text-decoration: underline;
}

.search-result-filter-container {
    padding: 13px 18px 0;
    font-size: 16px;
    color: black;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

.search-result-filter-container li {
    display: inline-block;
    padding: 10px 10px 8px;
}

.search-result-filter-container li a {
    color: #76256f;
}

.search-result-filter-container .filter-label {
    padding-top: 10px;
    margin-right: 24px;
}

.search-result-filter-container .active-filter,
.search-result-more-container .active-filter {
    font-weight: bold;
    border-bottom: 6px solid #75286E;
}

.search-result-filter-container .active-filter a,
.search-result-more-container .active-filter a {
    color: #000;
}

.search-result-more-container {
    background-color: #F1F1F1;
    padding: 16px 16px 16px 91px;
}

.search-result-more-container li {
    display: inline-block;
    font-size: 16px;
    margin-right: 16px;
    color: #76256f;
}

.search-result-more-is-open {
    color: #fff;
    background-color: #75286E;
    border-bottom: 6px solid #75286E;
}

li.search-result-more-is-open a {
    color: #fff;
}

.search-result-more:after {
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin-left: 10px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #75286f transparent transparent transparent;
}

.search-result-more-is-open:after {
    content: '  '; /* double space fixes an IE 8 bug */
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin-left: 10px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
}

.listing-template {
    padding: 20px;
}

.search-result-pagination-controls {
    font-weight: 400;
    font-size: 14px;
    float: none;
}

.search-result-pagination-controls a {
    color: #76256f;
}

.search-result-pagination-controls a:hover {
    text-decoration: underline;
}

.search-result-pagination-controls .search-result-stats {
    float: left;
    font-size: 14px;
}

.search-result-pagination-controls div.dropdown {
    border: 1px solid #CECECE;
    padding-left: 8px;
    margin-right: 16px;
    margin-top: 4px;
    height: 24px;
}

.search-result-pagination-controls div.dropdown .styled-dropdown {
    width: 58px;
    height: auto;
}

.search-result-pagination-controls div.dropdown select {
    height: auto;
    width: 66px;
}

.search-result-pagination-controls div.dropdown .styled-dropdown {
    background-image: url('/images/ILM Website/purple-dropdown.png');
}

.search-result-pagination-controls ol,
.search-result-pagination-controls li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.search-result-pagination-controls li {
    margin: 0 0.25em;
}

.search-result-pagination-controls .previous-button {
    margin-right: 0.5em;
}

.search-result-pagination-controls .previous-button:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #75286f transparent transparent;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.search-result-pagination-controls .next-button {
    margin-left: 1em;
}

.search-result-pagination-controls .next-button:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #75286f;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.search-result-pagination-controls .pagination-active {
    font-weight: 700;
    text-decoration: underline;
}

.search-result-pagination-controls .pagination-active a {
    color: #000;
}

.search-result-pagination-controls .right {
    min-width: 0;
    margin-top: 9px;
}

.ilm-social-icon-wrapper {
    font-size: 0;
    margin-bottom: 10px;
    display: block;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
}

.ilm-social-icon-link {
    display: inline-block;
    margin: 0;
    margin-left: 4px;
    width: 30px;
}


.ilm-social-icon-wrapper a:first-child {
    margin-left: 0;
}

.ilm-social-icon {
    width:30px;
    height: 30px;
    border: none !important;
}